Html Css Color HEX #649409 Olive Drab

📋 copy color: '#649409'

red 100 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #649409

Tints of Olive Drab #649409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

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

R = 38.91%
G = 57.59%
B = 3.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#649409 (or 0x649409) is known color: Olive Drab. HEX triplet: 64, 94 and 09. RGB value is (100,148,9). Sum of RGB (Red+Green+Blue) = 100+148+9=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #649409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649409 is #9B6BF6. Grayscale: #767676. Windows color (decimal): -10185719 or 627812. OLE color: 627812.

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

Color convert

RGB 100 148 9 -
CMYK 0.32 0 0.94 0.42
HSL 80.72º 0.89% 0.31% -
HSV(B) 80.72º 0.94% 0.58% -
XYZ 15.89 23.91 4.04 -
YUV 117.8 66.6 115.3 -
System Red Green Blue C M Y K H S L
Decimal 100 148 9 0.32 0 0.94 0.42 80.72 0.89 0.31
Hex 64 94 9 20 0 5E 2A 51 59 1F
Octal 144 224 11 40 0 136 52 121 131 37
Binary 1100100 10010100 1001 100000 0 1011110 101010 1010001 1011001 11111

Color Harmonies of #649409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649409

Black with #649409

Text Example


Text Example

White with #649409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649409; }

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

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

background-color css

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

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

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

border-color css

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

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

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