#6D780A

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

Shades of Olive #6D780A

Tints of Olive #6D780A

Color information

#6D780A (or 0x6D780A) is unknown color: approx Olive. HEX triplet: 6D, 78 and 0A. RGB value is (109,120,10). Sum of RGB (Red+Green+Blue) = 109+120+10=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #6D780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D780A is #9287F5. Grayscale: #686868. Windows color (decimal): -9603062 or 686189. OLE color: 686189.

HSL color Cylindrical-coordinate representation of color #6D780A: hue angle of 66º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D780A is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB10912010-
CMYK0.0900.920.53
HSL66º84.62%25.49%-
HSV(B)66º91.67%47.06%-
XYZ13.0816.712.82-
YUV104.1774.86131.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=45.61%
G=50.21%
B=4.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109120100.0900.920.536684.6225.49
Hex6D78A905C35425519
Octal155170121101346510212531
Binary1101101111100010101001010111001101011000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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