#57956A

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

Shades of Ocean Green #57956A

Tints of Ocean Green #57956A

Color information

#57956A (or 0x57956A) is unknown color: approx Ocean Green. HEX triplet: 57, 95 and 6A. RGB value is (87,149,106). Sum of RGB (Red+Green+Blue) = 87+149+106=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #57956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57956A is #A86A95. Grayscale: #7D7D7D. Windows color (decimal): -11037334 or 6985047. OLE color: 6985047.

HSL color Cylindrical-coordinate representation of color #57956A: hue angle of 138.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57956A is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB87149106-
CMYK0.4200.290.42
HSL138.39º26.27%46.27%-
HSV(B)138.39º41.61%58.43%-
XYZ17.2824.5617.47-
YUV125.56116.96100.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=25.44%
G=43.57%
B=30.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491060.4200.290.42138.3926.2746.27
Hex57956A2A01D2A8a1a2e
Octal12722515252035522123256
Binary10101111001010111010101010100111011010101000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57956A; }

 p { color: rgb(87,149,106); }

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

<style>
 a { background-color: #57956A; }

 a { background-color: rgb(87,149,106); }

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

<style>
 span { border-color: #57956A; }

 span { border-color: rgb(87,149,106); }

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