#6D780C

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

Shades of Olive #6D780C

Tints of Olive #6D780C

Color information

#6D780C (or 0x6D780C) is unknown color: approx Olive. HEX triplet: 6D, 78 and 0C. RGB value is (109,120,12). Sum of RGB (Red+Green+Blue) = 109+120+12=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #6D780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D780C is #9287F3. Grayscale: #686868. Windows color (decimal): -9603060 or 817261. OLE color: 817261.

HSL color Cylindrical-coordinate representation of color #6D780C: hue angle of 66.11º 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 #6D780C is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB10912012-
CMYK0.0900.900.53
HSL66.11º81.82%25.88%-
HSV(B)66.11º90%47.06%-
XYZ13.0916.712.88-
YUV104.475.86131.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=45.23%
G=49.79%
B=4.98%

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
Decimal109120120.0900.900.5366.1181.8225.88
Hex6D78C905A3542521a
Octal155170141101326510212232
Binary1101101111100011001001010110101101011000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,12); }

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

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

 a { background-color: rgb(109,120,12); }

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

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

 span { border-color: rgb(109,120,12); }

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