Html Css Color HEX #696501 Olive

📋 copy color: '#696501'

red 105 ◦ green 101 ◦ blue 1

#696501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #696501

Tints of Olive #696501

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 value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#696501 (or 0x696501) is known color: 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

RGB 105 101 1 -
CMYK 0 0.04 0.99 0.59
HSL 57.69º 0.98% 0.21% -
HSV(B) 57.69º 0.99% 0.41% -
XYZ 10.48 12.31 1.85 -
YUV 90.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 105 101 1 0 0.04 0.99 0.59 57.69 0.98 0.21
Hex 69 65 1 0 4 63 3B 3A 62 15
Octal 151 145 1 0 4 143 73 72 142 25
Binary 1101001 1100101 1 0 100 1100011 111011 111010 1100010 10101

Color Harmonies of #696501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696501

Black with #696501

Text Example


Text Example

White with #696501

Text Example


Text Example

HTML Codes & Css Web 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>