Html Css Color HEX #649911 Olive Drab

📋 copy color: '#649911'

red 100 ◦ green 153 ◦ blue 17

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

Shades of Olive Drab #649911

Tints of Olive Drab #649911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

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

R = 37.04%
G = 56.67%
B = 6.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#649911 (or 0x649911) is known color: Olive Drab. HEX triplet: 64, 99 and 11. RGB value is (100,153,17). Sum of RGB (Red+Green+Blue) = 100+153+17=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #649911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649911 is #9B66EE. Grayscale: #7A7A7A. Windows color (decimal): -10184431 or 1153380. OLE color: 1153380.

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

Color convert

RGB 100 153 17 -
CMYK 0.35 0 0.89 0.4
HSL 83.38º 0.8% 0.33% -
HSV(B) 83.38º 0.89% 0.6% -
XYZ 16.75 25.53 4.58 -
YUV 121.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 100 153 17 0.35 0 0.89 0.4 83.38 0.8 0.33
Hex 64 99 11 23 0 59 28 53 50 21
Octal 144 231 21 43 0 131 50 123 120 41
Binary 1100100 10011001 10001 100011 0 1011001 101000 1010011 1010000 100001

Color Harmonies of #649911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649911

Black with #649911

Text Example


Text Example

White with #649911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649911; }

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

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

background-color css

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

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

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

border-color css

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

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

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