#6E7900

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

Shades of Olive #6E7900

Tints of Olive #6E7900

Color information

#6E7900 (or 0x6E7900) is unknown color: approx Olive. HEX triplet: 6E, 79 and 00. RGB value is (110,121,0). Sum of RGB (Red+Green+Blue) = 110+121+0=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7900 is #9186FF. Grayscale: #686868. Windows color (decimal): -9537280 or 31086. OLE color: 31086.

HSL color Cylindrical-coordinate representation of color #6E7900: hue angle of 65.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E7900 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB1101210-
CMYK0.09010.53
HSL65.45º100%23.73%-
HSV(B)65.45º100%47.45%-
XYZ13.2716.992.58-
YUV103.9269.36132.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.62%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.62%
G=52.38%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11012100.09010.5365.4510023.73
Hex6E790906435416418
Octal15617101101446510114430
Binary1101110111100101001011001001101011000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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