Html Css Color HEX #699329 Olive Drab

📋 copy color: '#699329'

red 105 ◦ green 147 ◦ blue 41

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

Shades of Olive Drab #699329

Tints of Olive Drab #699329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 35.84%
G = 50.17%
B = 13.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#699329 (or 0x699329) is known color: Olive Drab. HEX triplet: 69, 93 and 29. RGB value is (105,147,41). Sum of RGB (Red+Green+Blue) = 105+147+41=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #699329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699329 is #966CD6. Grayscale: #7A7A7A. Windows color (decimal): -9858263 or 2724713. OLE color: 2724713.

HSL color Cylindrical-coordinate representation of color #699329: hue angle of 83.77º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #699329 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 147 41 -
CMYK 0.29 0 0.72 0.42
HSL 83.77º 0.56% 0.37% -
HSV(B) 83.77º 0.72% 0.58% -
XYZ 16.66 24.03 5.86 -
YUV 122.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 105 147 41 0.29 0 0.72 0.42 83.77 0.56 0.37
Hex 69 93 29 1D 0 48 2A 54 38 25
Octal 151 223 51 35 0 110 52 124 70 45
Binary 1101001 10010011 101001 11101 0 1001000 101010 1010100 111000 100101

Color Harmonies of #699329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699329

Black with #699329

Text Example


Text Example

White with #699329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699329; }

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

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

background-color css

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

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

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

border-color css

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

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

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