#697f29

Color #697F29 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #697F29

Tints of Olive Drab #697F29

Color information

#697F29 (or 0x697F29) is unknown color: approx Olive Drab. HEX triplet: 69, 7F and 29. RGB value is (105,127,41). Sum of RGB (Red+Green+Blue) = 105+127+41=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #697F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #697F29 is #9680D6. Grayscale: #6E6E6E. Windows color (decimal): -9863383 or 2719593. OLE color: 2719593.

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

Color convert

RGB10512741-
CMYK0.1700.680.50
HSL75.35º51.19%32.94%-
HSV(B)75.35º67.72%49.8%-
XYZ13.8218.344.91-
YUV110.6288.71123.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 127 (50% from 255) = 46.52%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=38.46%
G=46.52%
B=15.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105127410.1700.680.5075.3551.1932.94
Hex697F2911044324b3321
Octal15117751210104621136341
Binary1101001111111110100110001010001001100101001011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #697f29;
 }
 .AnyTagClassName
 {
   color: #697f29;
 }
</style>
background-color css

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

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

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

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

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

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