Html Css Color HEX #697001 Olive

📋 copy color: '#697001'

red 105 ◦ green 112 ◦ blue 1

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

Shades of Olive #697001

Tints of Olive #697001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 48.17%
G = 51.38%
B = 0.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#697001 (or 0x697001) is known color: Olive. HEX triplet: 69, 70 and 01. RGB value is (105,112,1). Sum of RGB (Red+Green+Blue) = 105+112+1=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #697001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697001 is #968FFE. Grayscale: #616161. Windows color (decimal): -9867263 or 94313. OLE color: 94313.

HSL color Cylindrical-coordinate representation of color #697001: hue angle of 63.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #697001 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 112 1 -
CMYK 0.06 0 0.99 0.56
HSL 63.78º 0.98% 0.22% -
HSV(B) 63.78º 0.99% 0.44% -
XYZ 11.63 14.59 2.23 -
YUV 97.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 105 112 1 0.06 0 0.99 0.56 63.78 0.98 0.22
Hex 69 70 1 6 0 63 38 40 62 16
Octal 151 160 1 6 0 143 70 100 142 26
Binary 1101001 1110000 1 110 0 1100011 111000 1000000 1100010 10110

Color Harmonies of #697001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697001

Black with #697001

Text Example


Text Example

White with #697001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697001; }

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

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

background-color css

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

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

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

border-color css

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

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

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