#6C6708

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

Shades of Olive #6C6708

Tints of Olive #6C6708

Color information

#6C6708 (or 0x6C6708) is unknown color: approx Olive. HEX triplet: 6C, 67 and 08. RGB value is (108,103,8). Sum of RGB (Red+Green+Blue) = 108+103+8=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6708 is #9398F7. Grayscale: #5E5E5E. Windows color (decimal): -9672952 or 550764. OLE color: 550764.

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

Color convert

RGB1081038-
CMYK00.050.930.58
HSL57º86.21%22.75%-
HSV(B)57º92.59%42.35%-
XYZ11.0812.912.14-
YUV93.6679.66138.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.32%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=49.32%
G=47.03%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108103800.050.930.585786.2122.75
Hex6C678055D3A395617
Octal1541471005135727112627
Binary11011001100111100001011011101111010111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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