Html Css Color HEX #697F2C Olive Drab

📋 copy color: '#697F2C'

red 105 ◦ green 127 ◦ blue 44

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

Shades of Olive Drab #697F2C

Tints of Olive Drab #697F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 38.04%
G = 46.01%
B = 15.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#697F2C (or 0x697F2C) is known color: Olive Drab. HEX triplet: 69, 7F and 2C. RGB value is (105,127,44). Sum of RGB (Red+Green+Blue) = 105+127+44=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #697F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F2C is #9680D3. Grayscale: #6F6F6F. Windows color (decimal): -9863380 or 2916201. OLE color: 2916201.

HSL color Cylindrical-coordinate representation of color #697F2C: hue angle of 75.9º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #697F2C is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 127 44 -
CMYK 0.17 0 0.65 0.50
HSL 75.9º 0.49% 0.34% -
HSV(B) 75.9º 0.65% 0.5% -
XYZ 13.87 18.36 5.2 -
YUV 110.96 90.21 123.75 -
System Red Green Blue C M Y K H S L
Decimal 105 127 44 0.17 0 0.65 0.50 75.9 0.49 0.34
Hex 69 7F 2C 11 0 41 32 4C 31 22
Octal 151 177 54 21 0 101 62 114 61 42
Binary 1101001 1111111 101100 10001 0 1000001 110010 1001100 110001 100010

Color Harmonies of #697F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697F2C

Black with #697F2C

Text Example


Text Example

White with #697F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697F2C; }

 p { color: rgb(105,127,44); }

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

background-color css

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

 a { background-color: rgb(105,127,44); }

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

border-color css

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

 span { border-color: rgb(105,127,44); }

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