Html Css Color HEX #5E811D Olive Drab

📋 copy color: '#5E811D'

red 94 ◦ green 129 ◦ blue 29

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

Shades of Olive Drab #5E811D

Tints of Olive Drab #5E811D

RGB

 RED value IS 94 (37.11% from 255) = 37.3%

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 37.3%
G = 51.19%
B = 11.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#5E811D (or 0x5E811D) is known color: Olive Drab. HEX triplet: 5E, 81 and 1D. RGB value is (94,129,29). Sum of RGB (Red+Green+Blue) = 94+129+29=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #5E811D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E811D is #A17EE2. Grayscale: #6B6B6B. Windows color (decimal): -10583779 or 1933662. OLE color: 1933662.

HSL color Cylindrical-coordinate representation of color #5E811D: hue angle of 81º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E811D is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 129 29 -
CMYK 0.27 0 0.78 0.49
HSL 81º 0.63% 0.31% -
HSV(B) 81º 0.78% 0.51% -
XYZ 12.69 18.17 4 -
YUV 107.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 94 129 29 0.27 0 0.78 0.49 81 0.63 0.31
Hex 5E 81 1D 1B 0 4E 31 51 3F 1F
Octal 136 201 35 33 0 116 61 121 77 37
Binary 1011110 10000001 11101 11011 0 1001110 110001 1010001 111111 11111

Color Harmonies of #5E811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E811D

Black with #5E811D

Text Example


Text Example

White with #5E811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E811D; }

 p { color: rgb(94,129,29); }

 H1.HeaderClassName
 {
   color: #5E811D;
 }
 .AnyTagClassName
 {
   color: #5E811D;
 }
</style>

background-color css

<style>
 a { background-color: #5E811D; }

 a { background-color: rgb(94,129,29); }

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

border-color css

<style>
 span { border-color: #5E811D; }

 span { border-color: rgb(94,129,29); }

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