#6E800C

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

Shades of Olive #6E800C

Tints of Olive #6E800C

Color information

#6E800C (or 0x6E800C) is unknown color: approx Olive. HEX triplet: 6E, 80 and 0C. RGB value is (110,128,12). Sum of RGB (Red+Green+Blue) = 110+128+12=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #6E800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E800C is #917FF3. Grayscale: #6D6D6D. Windows color (decimal): -9535476 or 819310. OLE color: 819310.

HSL color Cylindrical-coordinate representation of color #6E800C: hue angle of 69.31º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E800C is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB11012812-
CMYK0.1400.910.50
HSL69.31º82.86%27.45%-
HSV(B)69.31º90.62%50.2%-
XYZ14.2218.783.22-
YUV109.3973.04128.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44%
GREEN value IS 128 (50.39% from 255) = 51.2%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=44%
G=51.2%
B=4.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110128120.1400.910.5069.3182.8627.45
Hex6E80CE05B3245531b
Octal156200141601336210512333
Binary11011101000000011001110010110111100101000101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,128,12); }

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

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

 a { background-color: rgb(110,128,12); }

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

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

 span { border-color: rgb(110,128,12); }

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