#696501

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

Shades of Olive #696501

Tints of Olive #696501

Color information

#696501 (or 0x696501) is unknown color: approx Olive. HEX triplet: 69, 65 and 01. RGB value is (105,101,1). Sum of RGB (Red+Green+Blue) = 105+101+1=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #696501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696501 is #969AFE. Grayscale: #5B5B5B. Windows color (decimal): -9870079 or 91497. OLE color: 91497.

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

Color convert

RGB1051011-
CMYK00.040.990.59
HSL57.69º98.11%20.78%-
HSV(B)57.69º99.05%41.18%-
XYZ10.4812.311.85-
YUV90.877.33138.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=50.72%
G=48.79%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105101100.040.990.5957.6998.1120.78
Hex6965104633B3a6215
Octal151145104143737214225
Binary11010011100101101001100011111011111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696501; }

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

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

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

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

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

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

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

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