Html Css Color HEX #577F16 Olive Drab

📋 copy color: '#577F16'

red 87 ◦ green 127 ◦ blue 22

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

Shades of Olive Drab #577F16

Tints of Olive Drab #577F16

RGB

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

 GREEN value IS 127 (50% from 255) = 53.81%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 36.86%
G = 53.81%
B = 9.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#577F16 (or 0x577F16) is known color: Olive Drab. HEX triplet: 57, 7F and 16. RGB value is (87,127,22). Sum of RGB (Red+Green+Blue) = 87+127+22=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #577F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577F16 is #A880E9. Grayscale: #676767. Windows color (decimal): -11043050 or 1474391. OLE color: 1474391.

HSL color Cylindrical-coordinate representation of color #577F16: hue angle of 82.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #577F16 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 127 22 -
CMYK 0.31 0 0.83 0.50
HSL 82.86º 0.7% 0.29% -
HSV(B) 82.86º 0.83% 0.5% -
XYZ 11.66 17.26 3.48 -
YUV 103.07 82.25 116.54 -
System Red Green Blue C M Y K H S L
Decimal 87 127 22 0.31 0 0.83 0.50 82.86 0.7 0.29
Hex 57 7F 16 1F 0 53 32 53 46 1D
Octal 127 177 26 37 0 123 62 123 106 35
Binary 1010111 1111111 10110 11111 0 1010011 110010 1010011 1000110 11101

Color Harmonies of #577F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F16

Black with #577F16

Text Example


Text Example

White with #577F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577F16; }

 p { color: rgb(87,127,22); }

 H1.HeaderClassName
 {
   color: #577F16;
 }
 .AnyTagClassName
 {
   color: #577F16;
 }
</style>

background-color css

<style>
 a { background-color: #577F16; }

 a { background-color: rgb(87,127,22); }

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

border-color css

<style>
 span { border-color: #577F16; }

 span { border-color: rgb(87,127,22); }

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