#6E950B

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

Shades of Olive Drab #6E950B

Tints of Olive Drab #6E950B

Color information

#6E950B (or 0x6E950B) is unknown color: approx Olive Drab. HEX triplet: 6E, 95 and 0B. RGB value is (110,149,11). Sum of RGB (Red+Green+Blue) = 110+149+11=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #6E950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E950B is #916AF4. Grayscale: #7A7A7A. Windows color (decimal): -9530101 or 759150. OLE color: 759150.

HSL color Cylindrical-coordinate representation of color #6E950B: hue angle of 76.96º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E950B is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB11014911-
CMYK0.2600.930.42
HSL76.96º86.25%31.37%-
HSV(B)76.96º92.62%58.43%-
XYZ17.2424.834.2-
YUV121.6165.58119.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=40.74%
G=55.19%
B=4.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110149110.2600.930.4276.9686.2531.37
Hex6E95B1A05D2A4d561f
Octal156225133201355211512637
Binary110111010010101101111010010111011010101001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E950B; }

 p { color: rgb(110,149,11); }

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

<style>
 a { background-color: #6E950B; }

 a { background-color: rgb(110,149,11); }

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

<style>
 span { border-color: #6E950B; }

 span { border-color: rgb(110,149,11); }

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