Html Css Color HEX #577F14 Olive Drab

📋 copy color: '#577F14'

red 87 ◦ green 127 ◦ blue 20

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

Shades of Olive Drab #577F14

Tints of Olive Drab #577F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.55%

R = 37.18%
G = 54.27%
B = 8.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#577F14 (or 0x577F14) is known color: Olive Drab. HEX triplet: 57, 7F and 14. RGB value is (87,127,20). Sum of RGB (Red+Green+Blue) = 87+127+20=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #577F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #577F14 is #A880EB. Grayscale: #676767. Windows color (decimal): -11043052 or 1343319. OLE color: 1343319.

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

Color convert

RGB 87 127 20 -
CMYK 0.31 0 0.84 0.50
HSL 82.43º 0.73% 0.29% -
HSV(B) 82.43º 0.84% 0.5% -
XYZ 11.65 17.26 3.38 -
YUV 102.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 87 127 20 0.31 0 0.84 0.50 82.43 0.73 0.29
Hex 57 7F 14 1F 0 54 32 52 49 1D
Octal 127 177 24 37 0 124 62 122 111 35
Binary 1010111 1111111 10100 11111 0 1010100 110010 1010010 1001001 11101

Color Harmonies of #577F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577F14

Black with #577F14

Text Example


Text Example

White with #577F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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