Html Css Color HEX #699320 Olive Drab

📋 copy color: '#699320'

red 105 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #699320

Tints of Olive Drab #699320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 36.97%
G = 51.76%
B = 11.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#699320 (or 0x699320) is known color: Olive Drab. HEX triplet: 69, 93 and 20. RGB value is (105,147,32). Sum of RGB (Red+Green+Blue) = 105+147+32=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #699320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699320 is #966CDF. Grayscale: #797979. Windows color (decimal): -9858272 or 2134889. OLE color: 2134889.

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

Color convert

RGB 105 147 32 -
CMYK 0.29 0 0.78 0.42
HSL 81.91º 0.64% 0.35% -
HSV(B) 81.91º 0.78% 0.58% -
XYZ 16.52 23.97 5.12 -
YUV 121.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 105 147 32 0.29 0 0.78 0.42 81.91 0.64 0.35
Hex 69 93 20 1D 0 4E 2A 52 40 23
Octal 151 223 40 35 0 116 52 122 100 43
Binary 1101001 10010011 100000 11101 0 1001110 101010 1010010 1000000 100011

Color Harmonies of #699320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699320

Black with #699320

Text Example


Text Example

White with #699320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699320; }

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

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

background-color css

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

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

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

border-color css

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

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

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