Html Css Color HEX #576F2A Dark Olive Green

📋 copy color: '#576F2A'

red 87 ◦ green 111 ◦ blue 42

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

Shades of Dark Olive Green #576F2A

Tints of Dark Olive Green #576F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.25%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 36.25%
G = 46.25%
B = 17.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#576F2A (or 0x576F2A) is known color: Dark Olive Green. HEX triplet: 57, 6F and 2A. RGB value is (87,111,42). Sum of RGB (Red+Green+Blue) = 87+111+42=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #576F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576F2A is #A890D5. Grayscale: #606060. Windows color (decimal): -11047126 or 2781015. OLE color: 2781015.

HSL color Cylindrical-coordinate representation of color #576F2A: hue angle of 80.87º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #576F2A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 111 42 -
CMYK 0.22 0 0.62 0.56
HSL 80.87º 0.45% 0.3% -
HSV(B) 80.87º 0.62% 0.44% -
XYZ 10.03 13.56 4.28 -
YUV 95.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 87 111 42 0.22 0 0.62 0.56 80.87 0.45 0.3
Hex 57 6F 2A 16 0 3E 38 51 2D 1E
Octal 127 157 52 26 0 76 70 121 55 36
Binary 1010111 1101111 101010 10110 0 111110 111000 1010001 101101 11110

Color Harmonies of #576F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F2A

Black with #576F2A

Text Example


Text Example

White with #576F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F2A; }

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

 H1.HeaderClassName
 {
   color: #576F2A;
 }
 .AnyTagClassName
 {
   color: #576F2A;
 }
</style>

background-color css

<style>
 a { background-color: #576F2A; }

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

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

border-color css

<style>
 span { border-color: #576F2A; }

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

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