Html Css Color HEX #699322 Olive Drab

📋 copy color: '#699322'

red 105 ◦ green 147 ◦ blue 34

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

Shades of Olive Drab #699322

Tints of Olive Drab #699322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 36.71%
G = 51.4%
B = 11.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#699322 (or 0x699322) is known color: Olive Drab. HEX triplet: 69, 93 and 22. RGB value is (105,147,34). Sum of RGB (Red+Green+Blue) = 105+147+34=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #699322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699322 is #966CDD. Grayscale: #797979. Windows color (decimal): -9858270 or 2265961. OLE color: 2265961.

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

Color convert

RGB 105 147 34 -
CMYK 0.29 0 0.77 0.42
HSL 82.3º 0.62% 0.35% -
HSV(B) 82.3º 0.77% 0.58% -
XYZ 16.55 23.99 5.27 -
YUV 121.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 105 147 34 0.29 0 0.77 0.42 82.3 0.62 0.35
Hex 69 93 22 1D 0 4D 2A 52 3E 23
Octal 151 223 42 35 0 115 52 122 76 43
Binary 1101001 10010011 100010 11101 0 1001101 101010 1010010 111110 100011

Color Harmonies of #699322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699322

Black with #699322

Text Example


Text Example

White with #699322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699322; }

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

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

background-color css

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

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

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

border-color css

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

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

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