Html Css Color HEX #649509 Olive Drab

📋 copy color: '#649509'

red 100 ◦ green 149 ◦ blue 9

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

Shades of Olive Drab #649509

Tints of Olive Drab #649509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 38.76%
G = 57.75%
B = 3.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#649509 (or 0x649509) is known color: Olive Drab. HEX triplet: 64, 95 and 09. RGB value is (100,149,9). Sum of RGB (Red+Green+Blue) = 100+149+9=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #649509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649509 is #9B6AF6. Grayscale: #767676. Windows color (decimal): -10185463 or 628068. OLE color: 628068.

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

Color convert

RGB 100 149 9 -
CMYK 0.33 0 0.94 0.42
HSL 81º 0.89% 0.31% -
HSV(B) 81º 0.94% 0.58% -
XYZ 16.05 24.22 4.09 -
YUV 118.39 66.27 114.88 -
System Red Green Blue C M Y K H S L
Decimal 100 149 9 0.33 0 0.94 0.42 81 0.89 0.31
Hex 64 95 9 21 0 5E 2A 51 59 1F
Octal 144 225 11 41 0 136 52 121 131 37
Binary 1100100 10010101 1001 100001 0 1011110 101010 1010001 1011001 11111

Color Harmonies of #649509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649509

Black with #649509

Text Example


Text Example

White with #649509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649509; }

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

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

background-color css

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

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

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

border-color css

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

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

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