Html Css Color HEX #57966C Ocean Green

📋 copy color: '#57966C'

red 87 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #57966C

Tints of Ocean Green #57966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 25.22%
G = 43.48%
B = 31.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#57966C (or 0x57966C) is known color: Ocean Green. HEX triplet: 57, 96 and 6C. RGB value is (87,150,108). Sum of RGB (Red+Green+Blue) = 87+150+108=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #57966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57966C is #A86993. Grayscale: #7E7E7E. Windows color (decimal): -11037076 or 7116375. OLE color: 7116375.

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

Color convert

RGB 87 150 108 -
CMYK 0.42 0 0.28 0.41
HSL 140º 0.27% 0.46% -
HSV(B) 140º 0.42% 0.59% -
XYZ 17.54 24.92 18.07 -
YUV 126.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 87 150 108 0.42 0 0.28 0.41 140 0.27 0.46
Hex 57 96 6C 2A 0 1C 29 8C 1B 2E
Octal 127 226 154 52 0 34 51 214 33 56
Binary 1010111 10010110 1101100 101010 0 11100 101001 10001100 11011 101110

Color Harmonies of #57966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57966C

Black with #57966C

Text Example


Text Example

White with #57966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57966C;
 }
 .AnyTagClassName
 {
   color: #57966C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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