#6E8900

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

Shades of Olive #6E8900

Tints of Olive #6E8900

Color information

#6E8900 (or 0x6E8900) is unknown color: approx Olive. HEX triplet: 6E, 89 and 00. RGB value is (110,137,0). Sum of RGB (Red+Green+Blue) = 110+137+0=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8900 is #9176FF. Grayscale: #717171. Windows color (decimal): -9533184 or 35182. OLE color: 35182.

HSL color Cylindrical-coordinate representation of color #6E8900: hue angle of 71.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E8900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1101370-
CMYK0.20010.46
HSL71.82º100%26.86%-
HSV(B)71.82º100%53.73%-
XYZ15.3821.213.28-
YUV113.3164.05125.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 137 (53.91% from 255) = 55.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.53%
G=55.47%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11013700.20010.4671.8210026.86
Hex6E890140642E48641b
Octal15621102401445611014433
Binary110111010001001010100011001001011101001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,137,0); }

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

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

 a { background-color: rgb(110,137,0); }

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

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

 span { border-color: rgb(110,137,0); }

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