Html Css Color HEX #696401 Olive

📋 copy color: '#696401'

red 105 ◦ green 100 ◦ blue 1

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

Shades of Olive #696401

Tints of Olive #696401

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

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 105 100 1 -
CMYK 0 0.05 0.99 0.59
HSL 57.12º 0.98% 0.21% -
HSV(B) 57.12º 0.99% 0.41% -
XYZ 10.39 12.12 1.82 -
YUV 90.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 105 100 1 0 0.05 0.99 0.59 57.12 0.98 0.21
Hex 69 64 1 0 5 63 3B 39 62 15
Octal 151 144 1 0 5 143 73 71 142 25
Binary 1101001 1100100 1 0 101 1100011 111011 111001 1100010 10101

Color Harmonies of #696401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696401

Black with #696401

Text Example


Text Example

White with #696401

Text Example


Text Example

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