Html Css Color HEX #699220 Olive Drab

📋 copy color: '#699220'

red 105 ◦ green 146 ◦ blue 32

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

Shades of Olive Drab #699220

Tints of Olive Drab #699220

RGB

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

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

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

R = 37.1%
G = 51.59%
B = 11.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#699220 (or 0x699220) is known color: Olive Drab. HEX triplet: 69, 92 and 20. RGB value is (105,146,32). Sum of RGB (Red+Green+Blue) = 105+146+32=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #699220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699220 is #966DDF. Grayscale: #797979. Windows color (decimal): -9858528 or 2134633. OLE color: 2134633.

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

Color convert

RGB 105 146 32 -
CMYK 0.28 0 0.78 0.43
HSL 81.58º 0.64% 0.35% -
HSV(B) 81.58º 0.78% 0.57% -
XYZ 16.37 23.67 5.07 -
YUV 120.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 105 146 32 0.28 0 0.78 0.43 81.58 0.64 0.35
Hex 69 92 20 1C 0 4E 2B 52 40 23
Octal 151 222 40 34 0 116 53 122 100 43
Binary 1101001 10010010 100000 11100 0 1001110 101011 1010010 1000000 100011

Color Harmonies of #699220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699220

Black with #699220

Text Example


Text Example

White with #699220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699220; }

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

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

background-color css

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

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

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

border-color css

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

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

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