Html Css Color HEX #639518 Olive Drab

📋 copy color: '#639518'

red 99 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #639518

Tints of Olive Drab #639518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 36.4%
G = 54.78%
B = 8.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#639518 (or 0x639518) is known color: Olive Drab. HEX triplet: 63, 95 and 18. RGB value is (99,149,24). Sum of RGB (Red+Green+Blue) = 99+149+24=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #639518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639518 is #9C6AE7. Grayscale: #787878. Windows color (decimal): -10250984 or 1611107. OLE color: 1611107.

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

Color convert

RGB 99 149 24 -
CMYK 0.34 0 0.84 0.42
HSL 84º 0.72% 0.34% -
HSV(B) 84º 0.84% 0.58% -
XYZ 16.06 24.21 4.69 -
YUV 119.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 99 149 24 0.34 0 0.84 0.42 84 0.72 0.34
Hex 63 95 18 22 0 54 2A 54 48 22
Octal 143 225 30 42 0 124 52 124 110 42
Binary 1100011 10010101 11000 100010 0 1010100 101010 1010100 1001000 100010

Color Harmonies of #639518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639518

Black with #639518

Text Example


Text Example

White with #639518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639518; }

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

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

background-color css

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

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

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

border-color css

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

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

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