Html Css Color HEX #5E851E Olive Drab

📋 copy color: '#5E851E'

red 94 ◦ green 133 ◦ blue 30

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

Shades of Olive Drab #5E851E

Tints of Olive Drab #5E851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 36.58%
G = 51.75%
B = 11.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#5E851E (or 0x5E851E) is known color: Olive Drab. HEX triplet: 5E, 85 and 1E. RGB value is (94,133,30). Sum of RGB (Red+Green+Blue) = 94+133+30=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #5E851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E851E is #A17AE1. Grayscale: #6D6D6D. Windows color (decimal): -10582754 or 2000222. OLE color: 2000222.

HSL color Cylindrical-coordinate representation of color #5E851E: hue angle of 82.72º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E851E is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 30 -
CMYK 0.29 0 0.77 0.48
HSL 82.72º 0.63% 0.32% -
HSV(B) 82.72º 0.77% 0.52% -
XYZ 13.24 19.25 4.25 -
YUV 109.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 94 133 30 0.29 0 0.77 0.48 82.72 0.63 0.32
Hex 5E 85 1E 1D 0 4D 30 53 3F 20
Octal 136 205 36 35 0 115 60 123 77 40
Binary 1011110 10000101 11110 11101 0 1001101 110000 1010011 111111 100000

Color Harmonies of #5E851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E851E

Black with #5E851E

Text Example


Text Example

White with #5E851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,133,30); }

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

background-color css

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

 a { background-color: rgb(94,133,30); }

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

border-color css

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

 span { border-color: rgb(94,133,30); }

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