Html Css Color HEX #639516 Olive Drab

📋 copy color: '#639516'

red 99 ◦ green 149 ◦ blue 22

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

Shades of Olive Drab #639516

Tints of Olive Drab #639516

RGB

 RED value IS 99 (39.06% from 255) = 36.67%

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 36.67%
G = 55.19%
B = 8.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#639516 (or 0x639516) is known color: Olive Drab. HEX triplet: 63, 95 and 16. RGB value is (99,149,22). Sum of RGB (Red+Green+Blue) = 99+149+22=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #639516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639516 is #9C6AE9. Grayscale: #787878. Windows color (decimal): -10250986 or 1480035. OLE color: 1480035.

HSL color Cylindrical-coordinate representation of color #639516: hue angle of 83.62º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639516 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 22 -
CMYK 0.34 0 0.85 0.42
HSL 83.62º 0.74% 0.34% -
HSV(B) 83.62º 0.85% 0.58% -
XYZ 16.04 24.21 4.59 -
YUV 119.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 99 149 22 0.34 0 0.85 0.42 83.62 0.74 0.34
Hex 63 95 16 22 0 55 2A 54 4A 22
Octal 143 225 26 42 0 125 52 124 112 42
Binary 1100011 10010101 10110 100010 0 1010101 101010 1010100 1001010 100010

Color Harmonies of #639516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639516

Black with #639516

Text Example


Text Example

White with #639516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639516; }

 p { color: rgb(99,149,22); }

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

background-color css

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

 a { background-color: rgb(99,149,22); }

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

border-color css

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

 span { border-color: rgb(99,149,22); }

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