#6C6706

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

Shades of Olive #6C6706

Tints of Olive #6C6706

Color information

#6C6706 (or 0x6C6706) is unknown color: approx Olive. HEX triplet: 6C, 67 and 06. RGB value is (108,103,6). Sum of RGB (Red+Green+Blue) = 108+103+6=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 103 (40.62% from 255 or 47.47% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6706 is #9398F9. Grayscale: #5D5D5D. Windows color (decimal): -9672954 or 419692. OLE color: 419692.

HSL color Cylindrical-coordinate representation of color #6C6706: hue angle of 57.06º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C6706 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB1081036-
CMYK00.050.940.58
HSL57.06º89.47%22.35%-
HSV(B)57.06º94.44%42.35%-
XYZ11.0712.92.08-
YUV93.4478.66138.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 103 (40.62% from 255) = 47.47%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=49.77%
G=47.47%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108103600.050.940.5857.0689.4722.35
Hex6C676055E3A395916
Octal154147605136727113126
Binary1101100110011111001011011110111010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,6); }

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

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

 a { background-color: rgb(108,103,6); }

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

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

 span { border-color: rgb(108,103,6); }

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