Html Css Color HEX #649500 Olive Drab

📋 copy color: '#649500'

red 100 ◦ green 149 ◦ blue 0

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

Shades of Olive Drab #649500

Tints of Olive Drab #649500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.16%
G = 59.84%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#649500 (or 0x649500) is known color: Olive Drab. HEX triplet: 64, 95 and 00. RGB value is (100,149,0). Sum of RGB (Red+Green+Blue) = 100+149+0=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #649500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649500 is #9B6AFF. Grayscale: #757575. Windows color (decimal): -10185472 or 38244. OLE color: 38244.

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

Color convert

RGB 100 149 0 -
CMYK 0.33 0 1 0.42
HSL 79.73º 1% 0.29% -
HSV(B) 79.73º 1% 0.58% -
XYZ 16 24.2 3.83 -
YUV 117.36 61.77 115.62 -
System Red Green Blue C M Y K H S L
Decimal 100 149 0 0.33 0 1 0.42 79.73 1 0.29
Hex 64 95 0 21 0 64 2A 50 64 1D
Octal 144 225 0 41 0 144 52 120 144 35
Binary 1100100 10010101 0 100001 0 1100100 101010 1010000 1100100 11101

Color Harmonies of #649500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649500

Black with #649500

Text Example


Text Example

White with #649500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649500; }

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

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

background-color css

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

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

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

border-color css

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

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

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