#5E920F

Color #5E920F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5E920F

Tints of Olive Drab #5E920F

Color information

#5E920F (or 0x5E920F) is unknown color: approx Olive Drab. HEX triplet: 5E, 92 and 0F. RGB value is (94,146,15). Sum of RGB (Red+Green+Blue) = 94+146+15=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #5E920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E920F is #A16DF0. Grayscale: #737373. Windows color (decimal): -10579441 or 1020510. OLE color: 1020510.

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

Color convert

RGB9414615-
CMYK0.3600.900.43
HSL83.82º81.37%31.57%-
HSV(B)83.82º89.73%57.25%-
XYZ14.9822.974.1-
YUV115.5271.27112.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 146 (57.42% from 255) = 57.25%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=36.86%
G=57.25%
B=5.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94146150.3600.900.4383.8281.3731.57
Hex5E92F2405A2B545120
Octal136222174401325312412140
Binary10111101001001011111001000101101010101110101001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E920F;
 }
 .AnyTagClassName
 {
   color: #5E920F;
 }
</style>
background-color css

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

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

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

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

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

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