#6E700C

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

Shades of Olive #6E700C

Tints of Olive #6E700C

Color information

#6E700C (or 0x6E700C) is unknown color: approx Olive. HEX triplet: 6E, 70 and 0C. RGB value is (110,112,12). Sum of RGB (Red+Green+Blue) = 110+112+12=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #6E700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E700C is #918FF3. Grayscale: #646464. Windows color (decimal): -9539572 or 815214. OLE color: 815214.

HSL color Cylindrical-coordinate representation of color #6E700C: hue angle of 61.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E700C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB11011212-
CMYK0.0200.890.56
HSL61.2º80.65%24.31%-
HSV(B)61.2º89.29%43.92%-
XYZ12.2914.932.58-
YUV10078.34135.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.01%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=47.01%
G=47.86%
B=5.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112120.0200.890.5661.280.6524.31
Hex6E70C2059383d5118
Octal1561601420131707512130
Binary1101110111000011001001011001111000111101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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