#696801

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

Shades of Olive #696801

Tints of Olive #696801

Color information

#696801 (or 0x696801) is unknown color: approx Olive. HEX triplet: 69, 68 and 01. RGB value is (105,104,1). Sum of RGB (Red+Green+Blue) = 105+104+1=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696801 is #9697FE. Grayscale: #5C5C5C. Windows color (decimal): -9869311 or 92265. OLE color: 92265.

HSL color Cylindrical-coordinate representation of color #696801: hue angle of 59.42º 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 #696801 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB1051041-
CMYK00.010.990.59
HSL59.42º98.11%20.78%-
HSV(B)59.42º99.05%41.18%-
XYZ10.7812.911.95-
YUV92.5676.33136.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=50%
G=49.52%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105104100.010.990.5959.4298.1120.78
Hex6968101633B3b6215
Octal151150101143737314225
Binary110100111010001011100011111011111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696801; }

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

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

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

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

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

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

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

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