#6A6804

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

Shades of Olive #6A6804

Tints of Olive #6A6804

Color information

#6A6804 (or 0x6A6804) is unknown color: approx Olive. HEX triplet: 6A, 68 and 04. RGB value is (106,104,4). Sum of RGB (Red+Green+Blue) = 106+104+4=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6804 is #9597FB. Grayscale: #5D5D5D. Windows color (decimal): -9803772 or 288874. OLE color: 288874.

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

Color convert

RGB1061044-
CMYK00.020.960.58
HSL58.82º92.73%21.57%-
HSV(B)58.82º96.23%41.57%-
XYZ10.9212.972.04-
YUV93.277.66137.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=49.53%
G=48.60%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106104400.020.960.5858.8292.7321.57
Hex6A68402603A3b5d16
Octal152150402140727313526
Binary110101011010001000101100000111010111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,4); }

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

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

 a { background-color: rgb(106,104,4); }

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

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

 span { border-color: rgb(106,104,4); }

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