Html Css Color HEX #5E920E Olive Drab

📋 copy color: '#5E920E'

red 94 ◦ green 146 ◦ blue 14

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

Shades of Olive Drab #5E920E

Tints of Olive Drab #5E920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.48%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 37.01%
G = 57.48%
B = 5.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#5E920E (or 0x5E920E) is known color: Olive Drab. HEX triplet: 5E, 92 and 0E. RGB value is (94,146,14). Sum of RGB (Red+Green+Blue) = 94+146+14=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #5E920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E920E is #A16DF1. Grayscale: #737373. Windows color (decimal): -10579442 or 954974. OLE color: 954974.

HSL color Cylindrical-coordinate representation of color #5E920E: hue angle of 83.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E920E is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 14 -
CMYK 0.36 0 0.90 0.43
HSL 83.64º 0.83% 0.31% -
HSV(B) 83.64º 0.9% 0.57% -
XYZ 14.97 22.97 4.06 -
YUV 115.4 70.77 112.73 -
System Red Green Blue C M Y K H S L
Decimal 94 146 14 0.36 0 0.90 0.43 83.64 0.83 0.31
Hex 5E 92 E 24 0 5A 2B 54 52 1F
Octal 136 222 16 44 0 132 53 124 122 37
Binary 1011110 10010010 1110 100100 0 1011010 101011 1010100 1010010 11111

Color Harmonies of #5E920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E920E

Black with #5E920E

Text Example


Text Example

White with #5E920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,146,14); }

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

background-color css

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

 a { background-color: rgb(94,146,14); }

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

border-color css

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

 span { border-color: rgb(94,146,14); }

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