#57976F

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

Shades of Ocean Green #57976F

Tints of Ocean Green #57976F

Color information

#57976F (or 0x57976F) is unknown color: approx Ocean Green. HEX triplet: 57, 97 and 6F. RGB value is (87,151,111). Sum of RGB (Red+Green+Blue) = 87+151+111=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #57976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57976F is #A86890. Grayscale: #7F7F7F. Windows color (decimal): -11036817 or 7313239. OLE color: 7313239.

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

Color convert

RGB87151111-
CMYK0.4200.260.41
HSL142.5º26.89%46.67%-
HSV(B)142.5º42.38%59.22%-
XYZ17.8725.3118.98-
YUV127.3118.899.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=24.93%
G=43.27%
B=31.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871511110.4200.260.41142.526.8946.67
Hex57976F2A01A298e1b2f
Octal12722715752032512163357
Binary10101111001011111011111010100110101010011000111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57976F; }

 p { color: rgb(87,151,111); }

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

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

 a { background-color: rgb(87,151,111); }

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

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

 span { border-color: rgb(87,151,111); }

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