Html Css Color HEX #699720 Olive Drab

📋 copy color: '#699720'

red 105 ◦ green 151 ◦ blue 32

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

Shades of Olive Drab #699720

Tints of Olive Drab #699720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.43%

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

R = 36.46%
G = 52.43%
B = 11.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#699720 (or 0x699720) is known color: Olive Drab. HEX triplet: 69, 97 and 20. RGB value is (105,151,32). Sum of RGB (Red+Green+Blue) = 105+151+32=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #699720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699720 is #9668DF. Grayscale: #7C7C7C. Windows color (decimal): -9857248 or 2135913. OLE color: 2135913.

HSL color Cylindrical-coordinate representation of color #699720: hue angle of 83.19º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #699720 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 32 -
CMYK 0.30 0 0.79 0.41
HSL 83.19º 0.65% 0.36% -
HSV(B) 83.19º 0.79% 0.59% -
XYZ 17.15 25.24 5.33 -
YUV 123.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 105 151 32 0.30 0 0.79 0.41 83.19 0.65 0.36
Hex 69 97 20 1E 0 4F 29 53 41 24
Octal 151 227 40 36 0 117 51 123 101 44
Binary 1101001 10010111 100000 11110 0 1001111 101001 1010011 1000001 100100

Color Harmonies of #699720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699720

Black with #699720

Text Example


Text Example

White with #699720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699720; }

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

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

background-color css

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

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

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

border-color css

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

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

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