Html Css Color HEX #697201 Olive

📋 copy color: '#697201'

red 105 ◦ green 114 ◦ blue 1

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

Shades of Olive #697201

Tints of Olive #697201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

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

R = 47.73%
G = 51.82%
B = 0.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#697201 (or 0x697201) is known color: Olive. HEX triplet: 69, 72 and 01. RGB value is (105,114,1). Sum of RGB (Red+Green+Blue) = 105+114+1=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #697201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697201 is #968DFE. Grayscale: #626262. Windows color (decimal): -9866751 or 94825. OLE color: 94825.

HSL color Cylindrical-coordinate representation of color #697201: hue angle of 64.78º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #697201 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 1 -
CMYK 0.08 0 0.99 0.55
HSL 64.78º 0.98% 0.23% -
HSV(B) 64.78º 0.99% 0.45% -
XYZ 11.85 15.04 2.31 -
YUV 98.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 105 114 1 0.08 0 0.99 0.55 64.78 0.98 0.23
Hex 69 72 1 8 0 63 37 41 62 17
Octal 151 162 1 10 0 143 67 101 142 27
Binary 1101001 1110010 1 1000 0 1100011 110111 1000001 1100010 10111

Color Harmonies of #697201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697201

Black with #697201

Text Example


Text Example

White with #697201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697201; }

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

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

background-color css

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

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

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

border-color css

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

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

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