#6E8207

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

Shades of Olive #6E8207

Tints of Olive #6E8207

Color information

#6E8207 (or 0x6E8207) is unknown color: approx Olive. HEX triplet: 6E, 82 and 07. RGB value is (110,130,7). Sum of RGB (Red+Green+Blue) = 110+130+7=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8207 is #917DF8. Grayscale: #6E6E6E. Windows color (decimal): -9534969 or 492142. OLE color: 492142.

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

Color convert

RGB1101307-
CMYK0.1500.950.49
HSL69.76º89.78%26.86%-
HSV(B)69.76º94.62%50.98%-
XYZ14.4519.33.16-
YUV11069.87128-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=44.53%
G=52.63%
B=2.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11013070.1500.950.4969.7689.7826.86
Hex6E827F05F31465a1b
Octal15620271701376110613233
Binary1101110100000101111111010111111100011000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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