Html Css Color HEX #649111 Olive Drab

📋 copy color: '#649111'

red 100 ◦ green 145 ◦ blue 17

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

Shades of Olive Drab #649111

Tints of Olive Drab #649111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 38.17%
G = 55.34%
B = 6.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#649111 (or 0x649111) is known color: Olive Drab. HEX triplet: 64, 91 and 11. RGB value is (100,145,17). Sum of RGB (Red+Green+Blue) = 100+145+17=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #649111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649111 is #9B6EEE. Grayscale: #757575. Windows color (decimal): -10186479 or 1151332. OLE color: 1151332.

HSL color Cylindrical-coordinate representation of color #649111: hue angle of 81.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #649111 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 17 -
CMYK 0.31 0 0.88 0.43
HSL 81.09º 0.79% 0.32% -
HSV(B) 81.09º 0.88% 0.57% -
XYZ 15.48 23 4.15 -
YUV 116.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 100 145 17 0.31 0 0.88 0.43 81.09 0.79 0.32
Hex 64 91 11 1F 0 58 2B 51 4F 20
Octal 144 221 21 37 0 130 53 121 117 40
Binary 1100100 10010001 10001 11111 0 1011000 101011 1010001 1001111 100000

Color Harmonies of #649111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649111

Black with #649111

Text Example


Text Example

White with #649111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649111; }

 p { color: rgb(100,145,17); }

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

background-color css

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

 a { background-color: rgb(100,145,17); }

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

border-color css

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

 span { border-color: rgb(100,145,17); }

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