#696601

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

Shades of Olive #696601

Tints of Olive #696601

Color information

#696601 (or 0x696601) is unknown color: approx Olive. HEX triplet: 69, 66 and 01. RGB value is (105,102,1). Sum of RGB (Red+Green+Blue) = 105+102+1=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #696601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696601 is #9699FE. Grayscale: #5B5B5B. Windows color (decimal): -9869823 or 91753. OLE color: 91753.

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

Color convert

RGB1051021-
CMYK00.030.990.59
HSL58.27º98.11%20.78%-
HSV(B)58.27º99.05%41.18%-
XYZ10.5812.511.89-
YUV91.3876.99137.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=50.48%
G=49.04%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105102100.030.990.5958.2798.1120.78
Hex6966103633B3a6215
Octal151146103143737214225
Binary1101001110011010111100011111011111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696601; }

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

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

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

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

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

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

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

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