Html Css Color HEX #699429 Olive Drab

📋 copy color: '#699429'

red 105 ◦ green 148 ◦ blue 41

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

Shades of Olive Drab #699429

Tints of Olive Drab #699429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 35.71%
G = 50.34%
B = 13.95%

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

#699429 (or 0x699429) is known color: Olive Drab. HEX triplet: 69, 94 and 29. RGB value is (105,148,41). Sum of RGB (Red+Green+Blue) = 105+148+41=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #699429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699429 is #966BD6. Grayscale: #7B7B7B. Windows color (decimal): -9858007 or 2724969. OLE color: 2724969.

HSL color Cylindrical-coordinate representation of color #699429: hue angle of 84.11º degrees, saturation: 0.57, 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 #699429 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 41 -
CMYK 0.29 0 0.72 0.42
HSL 84.11º 0.57% 0.37% -
HSV(B) 84.11º 0.72% 0.58% -
XYZ 16.82 24.34 5.91 -
YUV 122.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 105 148 41 0.29 0 0.72 0.42 84.11 0.57 0.37
Hex 69 94 29 1D 0 48 2A 54 39 25
Octal 151 224 51 35 0 110 52 124 71 45
Binary 1101001 10010100 101001 11101 0 1001000 101010 1010100 111001 100101

Color Harmonies of #699429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699429

Black with #699429

Text Example


Text Example

White with #699429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699429; }

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

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

background-color css

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

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

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

border-color css

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

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

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