Html Css Color HEX #57956F Ocean Green

📋 copy color: '#57956F'

red 87 ◦ green 149 ◦ blue 111

#57956F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #57956F

Tints of Ocean Green #57956F

RGB

 RED value IS 87 (34.38% from 255) = 25.07%

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 25.07%
G = 42.94%
B = 31.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#57956F (or 0x57956F) is known color: Ocean Green. HEX triplet: 57, 95 and 6F. RGB value is (87,149,111). Sum of RGB (Red+Green+Blue) = 87+149+111=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #57956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57956F is #A86A90. Grayscale: #7E7E7E. Windows color (decimal): -11037329 or 7312727. OLE color: 7312727.

HSL color Cylindrical-coordinate representation of color #57956F: hue angle of 143.23º 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 #57956F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 111 -
CMYK 0.42 0 0.26 0.42
HSL 143.23º 0.26% 0.46% -
HSV(B) 143.23º 0.42% 0.58% -
XYZ 17.55 24.67 18.88 -
YUV 126.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 87 149 111 0.42 0 0.26 0.42 143.23 0.26 0.46
Hex 57 95 6F 2A 0 1A 2A 8F 1A 2E
Octal 127 225 157 52 0 32 52 217 32 56
Binary 1010111 10010101 1101111 101010 0 11010 101010 10001111 11010 101110

Color Harmonies of #57956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57956F

Black with #57956F

Text Example


Text Example

White with #57956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57956F;
 }
 .AnyTagClassName
 {
   color: #57956F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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