#696401

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

Shades of Olive #696401

Tints of Olive #696401

Color information

#696401 (or 0x696401) is unknown color: approx Olive. HEX triplet: 69, 64 and 01. RGB value is (105,100,1). Sum of RGB (Red+Green+Blue) = 105+100+1=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #696401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696401 is #969BFE. Grayscale: #5A5A5A. Windows color (decimal): -9870335 or 91241. OLE color: 91241.

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

Color convert

RGB1051001-
CMYK00.050.990.59
HSL57.12º98.11%20.78%-
HSV(B)57.12º99.05%41.18%-
XYZ10.3912.121.82-
YUV90.2177.66138.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=50.97%
G=48.54%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105100100.050.990.5957.1298.1120.78
Hex6964105633B396215
Octal151144105143737114225
Binary11010011100100101011100011111011111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696401; }

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

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

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

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

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

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

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

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