Html Css Color HEX #5E9104 Olive Drab

📋 copy color: '#5E9104'

red 94 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #5E9104

Tints of Olive Drab #5E9104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.67%

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

R = 38.68%
G = 59.67%
B = 1.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#5E9104 (or 0x5E9104) is known color: Olive Drab. HEX triplet: 5E, 91 and 04. RGB value is (94,145,4). Sum of RGB (Red+Green+Blue) = 94+145+4=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9104 is #A16EFB. Grayscale: #727272. Windows color (decimal): -10579708 or 299358. OLE color: 299358.

HSL color Cylindrical-coordinate representation of color #5E9104: hue angle of 81.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9104 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 4 -
CMYK 0.35 0 0.97 0.43
HSL 81.7º 0.95% 0.29% -
HSV(B) 81.7º 0.97% 0.57% -
XYZ 14.76 22.64 3.71 -
YUV 113.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 94 145 4 0.35 0 0.97 0.43 81.7 0.95 0.29
Hex 5E 91 4 23 0 61 2B 52 5F 1D
Octal 136 221 4 43 0 141 53 122 137 35
Binary 1011110 10010001 100 100011 0 1100001 101011 1010010 1011111 11101

Color Harmonies of #5E9104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9104

Black with #5E9104

Text Example


Text Example

White with #5E9104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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