#57966B

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

Shades of Ocean Green #57966B

Tints of Ocean Green #57966B

Color information

#57966B (or 0x57966B) is unknown color: approx Ocean Green. HEX triplet: 57, 96 and 6B. RGB value is (87,150,107). Sum of RGB (Red+Green+Blue) = 87+150+107=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #57966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57966B is #A86994. Grayscale: #7E7E7E. Windows color (decimal): -11037077 or 7050839. OLE color: 7050839.

HSL color Cylindrical-coordinate representation of color #57966B: hue angle of 139.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57966B is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB87150107-
CMYK0.4200.290.41
HSL139.05º26.58%46.47%-
HSV(B)139.05º42%58.82%-
XYZ17.4924.917.79-
YUV126.26117.13100-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.29%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=25.29%
G=43.60%
B=31.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501070.4200.290.41139.0526.5846.47
Hex57966B2A01D298b1b2e
Octal12722615352035512133356
Binary10101111001011011010111010100111011010011000101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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