#696404

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

Shades of Olive #696404

Tints of Olive #696404

Color information

#696404 (or 0x696404) is unknown color: approx Olive. HEX triplet: 69, 64 and 04. RGB value is (105,100,4). Sum of RGB (Red+Green+Blue) = 105+100+4=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #696404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696404 is #969BFB. Grayscale: #5A5A5A. Windows color (decimal): -9870332 or 287849. OLE color: 287849.

HSL color Cylindrical-coordinate representation of color #696404: hue angle of 57.03º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #696404 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB1051004-
CMYK00.050.960.59
HSL57.03º92.66%21.37%-
HSV(B)57.03º96.19%41.18%-
XYZ10.412.131.91-
YUV90.5579.16138.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=50.24%
G=47.85%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105100400.050.960.5957.0392.6621.37
Hex6964405603B395d15
Octal151144405140737113525
Binary1101001110010010001011100000111011111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696404; }

 p { color: rgb(105,100,4); }

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

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

 a { background-color: rgb(105,100,4); }

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

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

 span { border-color: rgb(105,100,4); }

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