Html Css Color HEX #649515 Olive Drab

📋 copy color: '#649515'

red 100 ◦ green 149 ◦ blue 21

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

Shades of Olive Drab #649515

Tints of Olive Drab #649515

RGB

 RED value IS 100 (39.45% from 255) = 37.04%

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

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

R = 37.04%
G = 55.19%
B = 7.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#649515 (or 0x649515) is known color: Olive Drab. HEX triplet: 64, 95 and 15. RGB value is (100,149,21). Sum of RGB (Red+Green+Blue) = 100+149+21=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #649515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649515 is #9B6AEA. Grayscale: #787878. Windows color (decimal): -10185451 or 1414500. OLE color: 1414500.

HSL color Cylindrical-coordinate representation of color #649515: hue angle of 82.97º 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 #649515 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 21 -
CMYK 0.33 0 0.86 0.42
HSL 82.97º 0.75% 0.33% -
HSV(B) 82.97º 0.86% 0.58% -
XYZ 16.14 24.26 4.54 -
YUV 119.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 100 149 21 0.33 0 0.86 0.42 82.97 0.75 0.33
Hex 64 95 15 21 0 56 2A 53 4B 21
Octal 144 225 25 41 0 126 52 123 113 41
Binary 1100100 10010101 10101 100001 0 1010110 101010 1010011 1001011 100001

Color Harmonies of #649515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649515

Black with #649515

Text Example


Text Example

White with #649515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649515; }

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

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

background-color css

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

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

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

border-color css

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

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

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