Html Css Color HEX #5E8112 Olive Drab

📋 copy color: '#5E8112'

red 94 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #5E8112

Tints of Olive Drab #5E8112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 39%
G = 53.53%
B = 7.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#5E8112 (or 0x5E8112) is known color: Olive Drab. HEX triplet: 5E, 81 and 12. RGB value is (94,129,18). Sum of RGB (Red+Green+Blue) = 94+129+18=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8112 is #A17EED. Grayscale: #6A6A6A. Windows color (decimal): -10583790 or 1212766. OLE color: 1212766.

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

Color convert

RGB 94 129 18 -
CMYK 0.27 0 0.86 0.49
HSL 78.92º 0.76% 0.29% -
HSV(B) 78.92º 0.86% 0.51% -
XYZ 12.58 18.12 3.41 -
YUV 105.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 94 129 18 0.27 0 0.86 0.49 78.92 0.76 0.29
Hex 5E 81 12 1B 0 56 31 4F 4C 1D
Octal 136 201 22 33 0 126 61 117 114 35
Binary 1011110 10000001 10010 11011 0 1010110 110001 1001111 1001100 11101

Color Harmonies of #5E8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8112

Black with #5E8112

Text Example


Text Example

White with #5E8112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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