Html Css Color HEX #639513 Olive Drab

📋 copy color: '#639513'

red 99 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #639513

Tints of Olive Drab #639513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.12%

R = 37.08%
G = 55.81%
B = 7.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#639513 (or 0x639513) is known color: Olive Drab. HEX triplet: 63, 95 and 13. RGB value is (99,149,19). Sum of RGB (Red+Green+Blue) = 99+149+19=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #639513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639513 is #9C6AEC. Grayscale: #777777. Windows color (decimal): -10250989 or 1283427. OLE color: 1283427.

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

Color convert

RGB 99 149 19 -
CMYK 0.34 0 0.87 0.42
HSL 83.08º 0.77% 0.33% -
HSV(B) 83.08º 0.87% 0.58% -
XYZ 16.01 24.19 4.44 -
YUV 119.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 99 149 19 0.34 0 0.87 0.42 83.08 0.77 0.33
Hex 63 95 13 22 0 57 2A 53 4D 21
Octal 143 225 23 42 0 127 52 123 115 41
Binary 1100011 10010101 10011 100010 0 1010111 101010 1010011 1001101 100001

Color Harmonies of #639513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639513

Black with #639513

Text Example


Text Example

White with #639513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639513; }

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

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

background-color css

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

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

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

border-color css

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

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

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