#6E750C

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

Shades of Olive #6E750C

Tints of Olive #6E750C

Color information

#6E750C (or 0x6E750C) is unknown color: approx Olive. HEX triplet: 6E, 75 and 0C. RGB value is (110,117,12). Sum of RGB (Red+Green+Blue) = 110+117+12=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #6E750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E750C is #918AF3. Grayscale: #676767. Windows color (decimal): -9538292 or 816494. OLE color: 816494.

HSL color Cylindrical-coordinate representation of color #6E750C: hue angle of 64º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E750C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11011712-
CMYK0.0600.900.54
HSL64º81.4%25.29%-
HSV(B)64º89.74%45.88%-
XYZ12.8616.062.77-
YUV102.9476.68133.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.03%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=46.03%
G=48.95%
B=5.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117120.0600.900.546481.425.29
Hex6E75C605A36405119
Octal15616514601326610012131
Binary110111011101011100110010110101101101000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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