#57966E

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

Shades of Ocean Green #57966E

Tints of Ocean Green #57966E

Color information

#57966E (or 0x57966E) is unknown color: approx Ocean Green. HEX triplet: 57, 96 and 6E. RGB value is (87,150,110). Sum of RGB (Red+Green+Blue) = 87+150+110=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #57966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57966E is #A86991. Grayscale: #7E7E7E. Windows color (decimal): -11037074 or 7247447. OLE color: 7247447.

HSL color Cylindrical-coordinate representation of color #57966E: hue angle of 141.9º 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 #57966E is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB87150110-
CMYK0.4200.270.41
HSL141.9º26.58%46.47%-
HSV(B)141.9º42%58.82%-
XYZ17.6524.9618.64-
YUV126.6118.6399.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=25.07%
G=43.23%
B=31.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501100.4200.270.41141.926.5846.47
Hex57966E2A01B298e1b2e
Octal12722615652033512163356
Binary10101111001011011011101010100110111010011000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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