#6E951A

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

Shades of Olive Drab #6E951A

Tints of Olive Drab #6E951A

Color information

#6E951A (or 0x6E951A) is unknown color: approx Olive Drab. HEX triplet: 6E, 95 and 1A. RGB value is (110,149,26). Sum of RGB (Red+Green+Blue) = 110+149+26=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #6E951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E951A is #916AE5. Grayscale: #7B7B7B. Windows color (decimal): -9530086 or 1742190. OLE color: 1742190.

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

Color convert

RGB11014926-
CMYK0.2600.830.42
HSL79.02º70.29%34.31%-
HSV(B)79.02º82.55%58.43%-
XYZ17.3624.884.87-
YUV123.3273.08118.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=38.60%
G=52.28%
B=9.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110149260.2600.830.4279.0270.2934.31
Hex6E951A1A0532A4f4622
Octal156225323201235211710642
Binary11011101001010111010110100101001110101010011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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