Html Css Color HEX #5E900C Olive Drab

📋 copy color: '#5E900C'

red 94 ◦ green 144 ◦ blue 12

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

Shades of Olive Drab #5E900C

Tints of Olive Drab #5E900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.6%

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 37.6%
G = 57.6%
B = 4.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#5E900C (or 0x5E900C) is known color: Olive Drab. HEX triplet: 5E, 90 and 0C. RGB value is (94,144,12). Sum of RGB (Red+Green+Blue) = 94+144+12=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #5E900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E900C is #A16FF3. Grayscale: #727272. Windows color (decimal): -10579956 or 823390. OLE color: 823390.

HSL color Cylindrical-coordinate representation of color #5E900C: hue angle of 82.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E900C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 144 12 -
CMYK 0.35 0 0.92 0.44
HSL 82.73º 0.85% 0.31% -
HSV(B) 82.73º 0.92% 0.56% -
XYZ 14.66 22.35 3.89 -
YUV 114 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 94 144 12 0.35 0 0.92 0.44 82.73 0.85 0.31
Hex 5E 90 C 23 0 5C 2C 53 55 1F
Octal 136 220 14 43 0 134 54 123 125 37
Binary 1011110 10010000 1100 100011 0 1011100 101100 1010011 1010101 11111

Color Harmonies of #5E900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E900C

Black with #5E900C

Text Example


Text Example

White with #5E900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,144,12); }

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

background-color css

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

 a { background-color: rgb(94,144,12); }

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

border-color css

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

 span { border-color: rgb(94,144,12); }

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