#6E8226

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

Shades of Olive Drab #6E8226

Tints of Olive Drab #6E8226

Color information

#6E8226 (or 0x6E8226) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 26. RGB value is (110,130,38). Sum of RGB (Red+Green+Blue) = 110+130+38=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8226 is #917DD9. Grayscale: #717171. Windows color (decimal): -9534938 or 2523758. OLE color: 2523758.

HSL color Cylindrical-coordinate representation of color #6E8226: hue angle of 73.04º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E8226 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB11013038-
CMYK0.1500.710.49
HSL73.04º54.76%32.94%-
HSV(B)73.04º70.77%50.98%-
XYZ14.7619.424.8-
YUV113.5385.37125.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.57%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=39.57%
G=46.76%
B=13.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130380.1500.710.4973.0454.7632.94
Hex6E8226F04731493721
Octal15620246170107611116741
Binary1101110100000101001101111010001111100011001001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,38); }

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

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

 a { background-color: rgb(110,130,38); }

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

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

 span { border-color: rgb(110,130,38); }

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