#078164

Color #078164 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #078164

Tints of Deep Sea #078164

Color information

#078164 (or 0x078164) is unknown color: approx Deep Sea. HEX triplet: 07, 81 and 64. RGB value is (7,129,100). Sum of RGB (Red+Green+Blue) = 7+129+100=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #078164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078164 is #F87E9B. Grayscale: #595959. Windows color (decimal): -16285340 or 6586631. OLE color: 6586631.

HSL color Cylindrical-coordinate representation of color #078164: hue angle of 165.74º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078164 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB7129100-
CMYK0.9500.220.49
HSL165.74º89.71%26.67%-
HSV(B)165.74º94.57%50.59%-
XYZ10.2416.6714.73-
YUV89.22134.0869.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 100 (39.45% from 255) = 42.37%
R=2.97%
G=54.66%
B=42.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71291000.9500.220.49165.7489.7126.67
Hex781645F01631a65a1b
Octal72011441370266124613233
Binary111100000011100100101111101011011000110100110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078164; }

 p { color: rgb(7,129,100); }

 H1.HeaderClassName
 {
   color: #078164;
 }
 .AnyTagClassName
 {
   color: #078164;
 }
</style>
background-color css

<style>
 a { background-color: #078164; }

 a { background-color: rgb(7,129,100); }

 div.DivClassName
 {
   background-color: #078164;
 }
 .BgClassName
 {
   background-color: #078164;
 }
</style>
border-color css

<style>
 span { border-color: #078164; }

 span { border-color: rgb(7,129,100); }

 td.TdClassName
 {
   border-color: #078164;
 }
 .TagClassName
 {
   border-color: #078164;
 }
</style>