Html Css Color HEX #639515 Olive Drab

📋 copy color: '#639515'

red 99 ◦ green 149 ◦ blue 21

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

Shades of Olive Drab #639515

Tints of Olive Drab #639515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.81%

R = 36.8%
G = 55.39%
B = 7.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#639515 (or 0x639515) is known color: Olive Drab. HEX triplet: 63, 95 and 15. RGB value is (99,149,21). Sum of RGB (Red+Green+Blue) = 99+149+21=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #639515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639515 is #9C6AEA. Grayscale: #777777. Windows color (decimal): -10250987 or 1414499. OLE color: 1414499.

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

Color convert

RGB 99 149 21 -
CMYK 0.34 0 0.86 0.42
HSL 83.44º 0.75% 0.33% -
HSV(B) 83.44º 0.86% 0.58% -
XYZ 16.03 24.2 4.54 -
YUV 119.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 99 149 21 0.34 0 0.86 0.42 83.44 0.75 0.33
Hex 63 95 15 22 0 56 2A 53 4B 21
Octal 143 225 25 42 0 126 52 123 113 41
Binary 1100011 10010101 10101 100010 0 1010110 101010 1010011 1001011 100001

Color Harmonies of #639515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639515

Black with #639515

Text Example


Text Example

White with #639515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639515; }

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

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

background-color css

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

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

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

border-color css

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

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

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