Html Css Color HEX #57966D Ocean Green

📋 copy color: '#57966D'

red 87 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #57966D

Tints of Ocean Green #57966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 25.14%
G = 43.35%
B = 31.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#57966D (or 0x57966D) is known color: Ocean Green. HEX triplet: 57, 96 and 6D. RGB value is (87,150,109). Sum of RGB (Red+Green+Blue) = 87+150+109=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #57966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57966D is #A86992. Grayscale: #7E7E7E. Windows color (decimal): -11037075 or 7181911. OLE color: 7181911.

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

Color convert

RGB 87 150 109 -
CMYK 0.42 0 0.27 0.41
HSL 140.95º 0.27% 0.46% -
HSV(B) 140.95º 0.42% 0.59% -
XYZ 17.6 24.94 18.36 -
YUV 126.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 87 150 109 0.42 0 0.27 0.41 140.95 0.27 0.46
Hex 57 96 6D 2A 0 1B 29 8D 1B 2E
Octal 127 226 155 52 0 33 51 215 33 56
Binary 1010111 10010110 1101101 101010 0 11011 101001 10001101 11011 101110

Color Harmonies of #57966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57966D

Black with #57966D

Text Example


Text Example

White with #57966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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