Html Css Color HEX #639519 Olive Drab

📋 copy color: '#639519'

red 99 ◦ green 149 ◦ blue 25

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

Shades of Olive Drab #639519

Tints of Olive Drab #639519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 36.26%
G = 54.58%
B = 9.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#639519 (or 0x639519) is known color: Olive Drab. HEX triplet: 63, 95 and 19. RGB value is (99,149,25). Sum of RGB (Red+Green+Blue) = 99+149+25=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #639519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639519 is #9C6AE6. Grayscale: #787878. Windows color (decimal): -10250983 or 1676643. OLE color: 1676643.

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

Color convert

RGB 99 149 25 -
CMYK 0.34 0 0.83 0.42
HSL 84.19º 0.71% 0.34% -
HSV(B) 84.19º 0.83% 0.58% -
XYZ 16.07 24.22 4.75 -
YUV 119.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 99 149 25 0.34 0 0.83 0.42 84.19 0.71 0.34
Hex 63 95 19 22 0 53 2A 54 47 22
Octal 143 225 31 42 0 123 52 124 107 42
Binary 1100011 10010101 11001 100010 0 1010011 101010 1010100 1000111 100010

Color Harmonies of #639519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639519

Black with #639519

Text Example


Text Example

White with #639519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639519; }

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

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

background-color css

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

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

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

border-color css

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

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

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