#6E850C

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

Shades of Olive #6E850C

Tints of Olive #6E850C

Color information

#6E850C (or 0x6E850C) is unknown color: approx Olive. HEX triplet: 6E, 85 and 0C. RGB value is (110,133,12). Sum of RGB (Red+Green+Blue) = 110+133+12=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #6E850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E850C is #917AF3. Grayscale: #707070. Windows color (decimal): -9534196 or 820590. OLE color: 820590.

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

Color convert

RGB11013312-
CMYK0.1700.910.48
HSL71.4º83.45%28.43%-
HSV(B)71.4º90.98%52.16%-
XYZ14.8820.123.45-
YUV112.3371.38126.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=43.14%
G=52.16%
B=4.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133120.1700.910.4871.483.4528.43
Hex6E85C1105B3047531c
Octal156205142101336010712334
Binary110111010000101110010001010110111100001000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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