#6E790C

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

Shades of Olive #6E790C

Tints of Olive #6E790C

Color information

#6E790C (or 0x6E790C) is unknown color: approx Olive. HEX triplet: 6E, 79 and 0C. RGB value is (110,121,12). Sum of RGB (Red+Green+Blue) = 110+121+12=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #6E790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E790C is #9186F3. Grayscale: #696969. Windows color (decimal): -9537268 or 817518. OLE color: 817518.

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

Color convert

RGB11012112-
CMYK0.0900.900.53
HSL66.06º81.95%26.08%-
HSV(B)66.06º90.08%47.45%-
XYZ13.3317.022.93-
YUV105.2875.36131.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=45.27%
G=49.79%
B=4.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121120.0900.900.5366.0681.9526.08
Hex6E79C905A3542521a
Octal156171141101326510212232
Binary1101110111100111001001010110101101011000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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