Html Css Color HEX #699120 Olive Drab

📋 copy color: '#699120'

red 105 ◦ green 145 ◦ blue 32

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

Shades of Olive Drab #699120

Tints of Olive Drab #699120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.42%

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

R = 37.23%
G = 51.42%
B = 11.35%

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

#699120 (or 0x699120) is known color: Olive Drab. HEX triplet: 69, 91 and 20. RGB value is (105,145,32). Sum of RGB (Red+Green+Blue) = 105+145+32=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #699120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699120 is #966EDF. Grayscale: #787878. Windows color (decimal): -9858784 or 2134377. OLE color: 2134377.

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

Color convert

RGB 105 145 32 -
CMYK 0.28 0 0.78 0.43
HSL 81.24º 0.64% 0.35% -
HSV(B) 81.24º 0.78% 0.57% -
XYZ 16.21 23.36 5.02 -
YUV 120.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 105 145 32 0.28 0 0.78 0.43 81.24 0.64 0.35
Hex 69 91 20 1C 0 4E 2B 51 40 23
Octal 151 221 40 34 0 116 53 121 100 43
Binary 1101001 10010001 100000 11100 0 1001110 101011 1010001 1000000 100011

Color Harmonies of #699120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699120

Black with #699120

Text Example


Text Example

White with #699120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699120; }

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

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

background-color css

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

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

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

border-color css

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

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

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