#57996B

Color #57996B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #57996B

Tints of Ocean Green #57996B

Color information

#57996B (or 0x57996B) is unknown color: approx Ocean Green. HEX triplet: 57, 99 and 6B. RGB value is (87,153,107). Sum of RGB (Red+Green+Blue) = 87+153+107=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #57996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57996B is #A86694. Grayscale: #808080. Windows color (decimal): -11036309 or 7051607. OLE color: 7051607.

HSL color Cylindrical-coordinate representation of color #57996B: hue angle of 138.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57996B is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB87153107-
CMYK0.4300.300.4
HSL138.18º27.5%47.06%-
HSV(B)138.18º43.14%60%-
XYZ17.9825.8717.96-
YUV128.02116.1398.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=25.07%
G=44.09%
B=30.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871531070.4300.300.4138.1827.547.06
Hex57996B2B01E288a1c2f
Octal12723115353036502123457
Binary10101111001100111010111010110111101010001000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57996B; }

 p { color: rgb(87,153,107); }

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

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

 a { background-color: rgb(87,153,107); }

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

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

 span { border-color: rgb(87,153,107); }

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