Html Css Color HEX #5E8104 Olive Drab

📋 copy color: '#5E8104'

red 94 ◦ green 129 ◦ blue 4

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

Shades of Olive Drab #5E8104

Tints of Olive Drab #5E8104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 41.41%
G = 56.83%
B = 1.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#5E8104 (or 0x5E8104) is known color: Olive Drab. HEX triplet: 5E, 81 and 04. RGB value is (94,129,4). Sum of RGB (Red+Green+Blue) = 94+129+4=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8104 is #A17EFB. Grayscale: #686868. Windows color (decimal): -10583804 or 295262. OLE color: 295262.

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

Color convert

RGB 94 129 4 -
CMYK 0.27 0 0.97 0.49
HSL 76.8º 0.94% 0.26% -
HSV(B) 76.8º 0.97% 0.51% -
XYZ 12.49 18.09 2.95 -
YUV 104.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 94 129 4 0.27 0 0.97 0.49 76.8 0.94 0.26
Hex 5E 81 4 1B 0 61 31 4D 5E 1A
Octal 136 201 4 33 0 141 61 115 136 32
Binary 1011110 10000001 100 11011 0 1100001 110001 1001101 1011110 11010

Color Harmonies of #5E8104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8104

Black with #5E8104

Text Example


Text Example

White with #5E8104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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