Html Css Color HEX #649611 Olive Drab

📋 copy color: '#649611'

red 100 ◦ green 150 ◦ blue 17

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

Shades of Olive Drab #649611

Tints of Olive Drab #649611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

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

R = 37.45%
G = 56.18%
B = 6.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#649611 (or 0x649611) is known color: Olive Drab. HEX triplet: 64, 96 and 11. RGB value is (100,150,17). Sum of RGB (Red+Green+Blue) = 100+150+17=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #649611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649611 is #9B69EE. Grayscale: #787878. Windows color (decimal): -10185199 or 1152612. OLE color: 1152612.

HSL color Cylindrical-coordinate representation of color #649611: hue angle of 82.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #649611 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 17 -
CMYK 0.33 0 0.89 0.41
HSL 82.56º 0.8% 0.33% -
HSV(B) 82.56º 0.89% 0.59% -
XYZ 16.26 24.56 4.41 -
YUV 119.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 100 150 17 0.33 0 0.89 0.41 82.56 0.8 0.33
Hex 64 96 11 21 0 59 29 53 50 21
Octal 144 226 21 41 0 131 51 123 120 41
Binary 1100100 10010110 10001 100001 0 1011001 101001 1010011 1010000 100001

Color Harmonies of #649611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649611

Black with #649611

Text Example


Text Example

White with #649611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649611; }

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

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

background-color css

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

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

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

border-color css

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

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

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