Html Css Color HEX #699920 Olive Drab

📋 copy color: '#699920'

red 105 ◦ green 153 ◦ blue 32

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

Shades of Olive Drab #699920

Tints of Olive Drab #699920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

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

R = 36.21%
G = 52.76%
B = 11.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#699920 (or 0x699920) is known color: Olive Drab. HEX triplet: 69, 99 and 20. RGB value is (105,153,32). Sum of RGB (Red+Green+Blue) = 105+153+32=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #699920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699920 is #9666DF. Grayscale: #7D7D7D. Windows color (decimal): -9856736 or 2136425. OLE color: 2136425.

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

Color convert

RGB 105 153 32 -
CMYK 0.31 0 0.79 0.4
HSL 83.8º 0.65% 0.36% -
HSV(B) 83.8º 0.79% 0.6% -
XYZ 17.48 25.89 5.44 -
YUV 124.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 105 153 32 0.31 0 0.79 0.4 83.8 0.65 0.36
Hex 69 99 20 1F 0 4F 28 54 41 24
Octal 151 231 40 37 0 117 50 124 101 44
Binary 1101001 10011001 100000 11111 0 1001111 101000 1010100 1000001 100100

Color Harmonies of #699920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699920

Black with #699920

Text Example


Text Example

White with #699920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699920; }

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

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

background-color css

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

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

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

border-color css

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

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

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