Html Css Color HEX #5E811C Olive Drab

📋 copy color: '#5E811C'

red 94 ◦ green 129 ◦ blue 28

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

Shades of Olive Drab #5E811C

Tints of Olive Drab #5E811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 37.45%
G = 51.39%
B = 11.16%

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

#5E811C (or 0x5E811C) is known color: Olive Drab. HEX triplet: 5E, 81 and 1C. RGB value is (94,129,28). Sum of RGB (Red+Green+Blue) = 94+129+28=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #5E811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E811C is #A17EE3. Grayscale: #6B6B6B. Windows color (decimal): -10583780 or 1868126. OLE color: 1868126.

HSL color Cylindrical-coordinate representation of color #5E811C: hue angle of 80.79º degrees, saturation: 0.64, 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 #5E811C is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 129 28 -
CMYK 0.27 0 0.78 0.49
HSL 80.79º 0.64% 0.31% -
HSV(B) 80.79º 0.78% 0.51% -
XYZ 12.68 18.16 3.94 -
YUV 107.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 94 129 28 0.27 0 0.78 0.49 80.79 0.64 0.31
Hex 5E 81 1C 1B 0 4E 31 51 40 1F
Octal 136 201 34 33 0 116 61 121 100 37
Binary 1011110 10000001 11100 11011 0 1001110 110001 1010001 1000000 11111

Color Harmonies of #5E811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E811C

Black with #5E811C

Text Example


Text Example

White with #5E811C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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