Html Css Color HEX #5E930F Olive Drab

📋 copy color: '#5E930F'

red 94 ◦ green 147 ◦ blue 15

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

Shades of Olive Drab #5E930F

Tints of Olive Drab #5E930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.42%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 36.72%
G = 57.42%
B = 5.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5E930F (or 0x5E930F) is known color: Olive Drab. HEX triplet: 5E, 93 and 0F. RGB value is (94,147,15). Sum of RGB (Red+Green+Blue) = 94+147+15=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #5E930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E930F is #A16CF0. Grayscale: #747474. Windows color (decimal): -10579185 or 1020766. OLE color: 1020766.

HSL color Cylindrical-coordinate representation of color #5E930F: hue angle of 84.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E930F is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 15 -
CMYK 0.36 0 0.90 0.42
HSL 84.09º 0.81% 0.32% -
HSV(B) 84.09º 0.9% 0.58% -
XYZ 15.14 23.28 4.15 -
YUV 116.11 70.94 112.23 -
System Red Green Blue C M Y K H S L
Decimal 94 147 15 0.36 0 0.90 0.42 84.09 0.81 0.32
Hex 5E 93 F 24 0 5A 2A 54 51 20
Octal 136 223 17 44 0 132 52 124 121 40
Binary 1011110 10010011 1111 100100 0 1011010 101010 1010100 1010001 100000

Color Harmonies of #5E930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E930F

Black with #5E930F

Text Example


Text Example

White with #5E930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,15); }

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

background-color css

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

 a { background-color: rgb(94,147,15); }

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

border-color css

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

 span { border-color: rgb(94,147,15); }

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