Html Css Color HEX #699020 Olive Drab

📋 copy color: '#699020'

red 105 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #699020

Tints of Olive Drab #699020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.25%

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

R = 37.37%
G = 51.25%
B = 11.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#699020 (or 0x699020) is known color: Olive Drab. HEX triplet: 69, 90 and 20. RGB value is (105,144,32). Sum of RGB (Red+Green+Blue) = 105+144+32=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #699020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699020 is #966FDF. Grayscale: #777777. Windows color (decimal): -9859040 or 2134121. OLE color: 2134121.

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

Color convert

RGB 105 144 32 -
CMYK 0.27 0 0.78 0.44
HSL 80.89º 0.64% 0.35% -
HSV(B) 80.89º 0.78% 0.56% -
XYZ 16.06 23.05 4.97 -
YUV 119.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 105 144 32 0.27 0 0.78 0.44 80.89 0.64 0.35
Hex 69 90 20 1B 0 4E 2C 51 40 23
Octal 151 220 40 33 0 116 54 121 100 43
Binary 1101001 10010000 100000 11011 0 1001110 101100 1010001 1000000 100011

Color Harmonies of #699020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699020

Black with #699020

Text Example


Text Example

White with #699020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699020; }

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

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

background-color css

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

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

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

border-color css

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

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

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