Html Css Color HEX #699420 Olive Drab

📋 copy color: '#699420'

red 105 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #699420

Tints of Olive Drab #699420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

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

R = 36.84%
G = 51.93%
B = 11.23%

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

#699420 (or 0x699420) is known color: Olive Drab. HEX triplet: 69, 94 and 20. RGB value is (105,148,32). Sum of RGB (Red+Green+Blue) = 105+148+32=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #699420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699420 is #966BDF. Grayscale: #7A7A7A. Windows color (decimal): -9858016 or 2135145. OLE color: 2135145.

HSL color Cylindrical-coordinate representation of color #699420: hue angle of 82.24º 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 #699420 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 32 -
CMYK 0.29 0 0.78 0.42
HSL 82.24º 0.64% 0.35% -
HSV(B) 82.24º 0.78% 0.58% -
XYZ 16.68 24.29 5.18 -
YUV 121.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 105 148 32 0.29 0 0.78 0.42 82.24 0.64 0.35
Hex 69 94 20 1D 0 4E 2A 52 40 23
Octal 151 224 40 35 0 116 52 122 100 43
Binary 1101001 10010100 100000 11101 0 1001110 101010 1010010 1000000 100011

Color Harmonies of #699420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699420

Black with #699420

Text Example


Text Example

White with #699420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699420; }

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

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

background-color css

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

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

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

border-color css

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

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

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