Html Css Color HEX #639716 Olive Drab

📋 copy color: '#639716'

red 99 ◦ green 151 ◦ blue 22

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

Shades of Olive Drab #639716

Tints of Olive Drab #639716

RGB

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

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

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

R = 36.4%
G = 55.51%
B = 8.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#639716 (or 0x639716) is known color: Olive Drab. HEX triplet: 63, 97 and 16. RGB value is (99,151,22). Sum of RGB (Red+Green+Blue) = 99+151+22=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #639716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639716 is #9C68E9. Grayscale: #797979. Windows color (decimal): -10250474 or 1480547. OLE color: 1480547.

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

Color convert

RGB 99 151 22 -
CMYK 0.34 0 0.85 0.41
HSL 84.19º 0.75% 0.34% -
HSV(B) 84.19º 0.85% 0.59% -
XYZ 16.36 24.84 4.69 -
YUV 120.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 99 151 22 0.34 0 0.85 0.41 84.19 0.75 0.34
Hex 63 97 16 22 0 55 29 54 4B 22
Octal 143 227 26 42 0 125 51 124 113 42
Binary 1100011 10010111 10110 100010 0 1010101 101001 1010100 1001011 100010

Color Harmonies of #639716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639716

Black with #639716

Text Example


Text Example

White with #639716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639716; }

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

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

background-color css

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

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

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

border-color css

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

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

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