Html Css Color HEX #696301 Olive

📋 copy color: '#696301'

red 105 ◦ green 99 ◦ blue 1

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

Shades of Olive #696301

Tints of Olive #696301

RGB

 RED value IS 105 (41.41% from 255) = 51.22%

 GREEN value IS 99 (39.06% from 255) = 48.29%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 51.22%
G = 48.29%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#696301 (or 0x696301) is known color: Olive. HEX triplet: 69, 63 and 01. RGB value is (105,99,1). Sum of RGB (Red+Green+Blue) = 105+99+1=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #696301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696301 is #969CFE. Grayscale: #5A5A5A. Windows color (decimal): -9870591 or 90985. OLE color: 90985.

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

Color convert

RGB 105 99 1 -
CMYK 0 0.06 0.99 0.59
HSL 56.54º 0.98% 0.21% -
HSV(B) 56.54º 0.99% 0.41% -
XYZ 10.29 11.93 1.79 -
YUV 89.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 105 99 1 0 0.06 0.99 0.59 56.54 0.98 0.21
Hex 69 63 1 0 6 63 3B 39 62 15
Octal 151 143 1 0 6 143 73 71 142 25
Binary 1101001 1100011 1 0 110 1100011 111011 111001 1100010 10101

Color Harmonies of #696301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696301

Black with #696301

Text Example


Text Example

White with #696301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696301; }

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

 H1.HeaderClassName
 {
   color: #696301;
 }
 .AnyTagClassName
 {
   color: #696301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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