#6C6205

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

Shades of Olive #6C6205

Tints of Olive #6C6205

Color information

#6C6205 (or 0x6C6205) is unknown color: approx Olive. HEX triplet: 6C, 62 and 05. RGB value is (108,98,5). Sum of RGB (Red+Green+Blue) = 108+98+5=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6205 is #939DFA. Grayscale: #5A5A5A. Windows color (decimal): -9674235 or 352876. OLE color: 352876.

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

Color convert

RGB108985-
CMYK00.090.950.58
HSL54.17º91.15%22.16%-
HSV(B)54.17º95.37%42.35%-
XYZ10.5811.931.89-
YUV90.3979.81140.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.18%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=51.18%
G=46.45%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10898500.090.950.5854.1791.1522.16
Hex6C625095F3A365b16
Octal1541425011137726613326
Binary11011001100010101010011011111111010110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,5); }

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

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

 a { background-color: rgb(108,98,5); }

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

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

 span { border-color: rgb(108,98,5); }

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