#078362

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

Shades of Deep Sea #078362

Tints of Deep Sea #078362

Color information

#078362 (or 0x078362) is unknown color: approx Deep Sea. HEX triplet: 07, 83 and 62. RGB value is (7,131,98). Sum of RGB (Red+Green+Blue) = 7+131+98=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #078362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078362 is #F87C9D. Grayscale: #5A5A5A. Windows color (decimal): -16284830 or 6456071. OLE color: 6456071.

HSL color Cylindrical-coordinate representation of color #078362: hue angle of 164.03º 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 #078362 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB713198-
CMYK0.9500.250.49
HSL164.03º89.86%27.06%-
HSV(B)164.03º94.66%51.37%-
XYZ10.4117.1614.32-
YUV90.16132.4268.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=2.97%
G=55.51%
B=41.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7131980.9500.250.49164.0389.8627.06
Hex783625F01931a45a1b
Octal72031421370316124413233
Binary111100000111100010101111101100111000110100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078362; }

 p { color: rgb(7,131,98); }

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

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

 a { background-color: rgb(7,131,98); }

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

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

 span { border-color: rgb(7,131,98); }

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