Html Css Color HEX #57966F Ocean Green

📋 copy color: '#57966F'

red 87 ◦ green 150 ◦ blue 111

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

Shades of Ocean Green #57966F

Tints of Ocean Green #57966F

RGB

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

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

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

R = 25%
G = 43.1%
B = 31.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#57966F (or 0x57966F) is known color: Ocean Green. HEX triplet: 57, 96 and 6F. RGB value is (87,150,111). Sum of RGB (Red+Green+Blue) = 87+150+111=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #57966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57966F is #A86990. Grayscale: #7E7E7E. Windows color (decimal): -11037073 or 7312983. OLE color: 7312983.

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

Color convert

RGB 87 150 111 -
CMYK 0.42 0 0.26 0.41
HSL 142.86º 0.27% 0.46% -
HSV(B) 142.86º 0.42% 0.59% -
XYZ 17.71 24.99 18.93 -
YUV 126.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 87 150 111 0.42 0 0.26 0.41 142.86 0.27 0.46
Hex 57 96 6F 2A 0 1A 29 8F 1B 2E
Octal 127 226 157 52 0 32 51 217 33 56
Binary 1010111 10010110 1101111 101010 0 11010 101001 10001111 11011 101110

Color Harmonies of #57966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57966F

Black with #57966F

Text Example


Text Example

White with #57966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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