#6C6A03

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

Shades of Olive #6C6A03

Tints of Olive #6C6A03

Color information

#6C6A03 (or 0x6C6A03) is unknown color: approx Olive. HEX triplet: 6C, 6A and 03. RGB value is (108,106,3). Sum of RGB (Red+Green+Blue) = 108+106+3=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6A03 is #9395FC. Grayscale: #5F5F5F. Windows color (decimal): -9672189 or 223852. OLE color: 223852.

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

Color convert

RGB1081063-
CMYK00.020.970.58
HSL58.86º94.59%21.76%-
HSV(B)58.86º97.22%42.35%-
XYZ11.3513.52.09-
YUV94.8676.16137.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=49.77%
G=48.85%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108106300.020.970.5858.8694.5921.76
Hex6C6A302613A3b5f16
Octal154152302141727313726
Binary11011001101010110101100001111010111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,106,3); }

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

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

 a { background-color: rgb(108,106,3); }

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

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

 span { border-color: rgb(108,106,3); }

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