#57916C

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

Shades of Ocean Green #57916C

Tints of Ocean Green #57916C

Color information

#57916C (or 0x57916C) is unknown color: approx Ocean Green. HEX triplet: 57, 91 and 6C. RGB value is (87,145,108). Sum of RGB (Red+Green+Blue) = 87+145+108=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #57916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57916C is #A86E93. Grayscale: #7B7B7B. Windows color (decimal): -11038356 or 7115095. OLE color: 7115095.

HSL color Cylindrical-coordinate representation of color #57916C: hue angle of 141.72º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57916C is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB87145108-
CMYK0.400.260.43
HSL141.72º25%45.49%-
HSV(B)141.72º40%56.86%-
XYZ16.7623.3617.81-
YUV123.44119.28102.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=25.59%
G=42.65%
B=31.76%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451080.400.260.43141.722545.49
Hex57916C2801A2B8e192d
Octal12722115450032532163155
Binary10101111001000111011001010000110101010111000111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57916C; }

 p { color: rgb(87,145,108); }

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

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

 a { background-color: rgb(87,145,108); }

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

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

 span { border-color: rgb(87,145,108); }

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