Html Css Color HEX #696001 Olive

📋 copy color: '#696001'

red 105 ◦ green 96 ◦ blue 1

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

Shades of Olive #696001

Tints of Olive #696001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

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

R = 51.98%
G = 47.52%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#696001 (or 0x696001) is known color: Olive. HEX triplet: 69, 60 and 01. RGB value is (105,96,1). Sum of RGB (Red+Green+Blue) = 105+96+1=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #696001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696001 is #969FFE. Grayscale: #585858. Windows color (decimal): -9871359 or 90217. OLE color: 90217.

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

Color convert

RGB 105 96 1 -
CMYK 0 0.09 0.99 0.59
HSL 54.81º 0.98% 0.21% -
HSV(B) 54.81º 0.99% 0.41% -
XYZ 10.01 11.37 1.7 -
YUV 87.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 105 96 1 0 0.09 0.99 0.59 54.81 0.98 0.21
Hex 69 60 1 0 9 63 3B 37 62 15
Octal 151 140 1 0 11 143 73 67 142 25
Binary 1101001 1100000 1 0 1001 1100011 111011 110111 1100010 10101

Color Harmonies of #696001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696001

Black with #696001

Text Example


Text Example

White with #696001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696001; }

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

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

background-color css

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

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

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

border-color css

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

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

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