Html Css Color HEX #699221 Olive Drab

📋 copy color: '#699221'

red 105 ◦ green 146 ◦ blue 33

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

Shades of Olive Drab #699221

Tints of Olive Drab #699221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 36.97%
G = 51.41%
B = 11.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#699221 (or 0x699221) is known color: Olive Drab. HEX triplet: 69, 92 and 21. RGB value is (105,146,33). Sum of RGB (Red+Green+Blue) = 105+146+33=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #699221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699221 is #966DDE. Grayscale: #797979. Windows color (decimal): -9858527 or 2200169. OLE color: 2200169.

HSL color Cylindrical-coordinate representation of color #699221: hue angle of 81.77º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #699221 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 33 -
CMYK 0.28 0 0.77 0.43
HSL 81.77º 0.63% 0.35% -
HSV(B) 81.77º 0.77% 0.57% -
XYZ 16.38 23.67 5.14 -
YUV 120.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 105 146 33 0.28 0 0.77 0.43 81.77 0.63 0.35
Hex 69 92 21 1C 0 4D 2B 52 3F 23
Octal 151 222 41 34 0 115 53 122 77 43
Binary 1101001 10010010 100001 11100 0 1001101 101011 1010010 111111 100011

Color Harmonies of #699221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699221

Black with #699221

Text Example


Text Example

White with #699221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699221; }

 p { color: rgb(105,146,33); }

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

background-color css

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

 a { background-color: rgb(105,146,33); }

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

border-color css

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

 span { border-color: rgb(105,146,33); }

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