#6E8406

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

Shades of Olive #6E8406

Tints of Olive #6E8406

Color information

#6E8406 (or 0x6E8406) is unknown color: approx Olive. HEX triplet: 6E, 84 and 06. RGB value is (110,132,6). Sum of RGB (Red+Green+Blue) = 110+132+6=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8406 is #917BF9. Grayscale: #6F6F6F. Windows color (decimal): -9534458 or 427118. OLE color: 427118.

HSL color Cylindrical-coordinate representation of color #6E8406: hue angle of 70.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E8406 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1101326-
CMYK0.1700.950.48
HSL70.48º91.3%27.06%-
HSV(B)70.48º95.45%51.76%-
XYZ14.7119.833.22-
YUV111.0668.71127.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.35%
GREEN value IS 132 (51.95% from 255) = 53.23%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=44.35%
G=53.23%
B=2.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11013260.1700.950.4870.4891.327.06
Hex6E8461105F30465b1b
Octal15620462101376010613333
Binary11011101000010011010001010111111100001000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,6); }

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

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

 a { background-color: rgb(110,132,6); }

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

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

 span { border-color: rgb(110,132,6); }

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