Html Css Color HEX #649316 Olive Drab

📋 copy color: '#649316'

red 100 ◦ green 147 ◦ blue 22

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

Shades of Olive Drab #649316

Tints of Olive Drab #649316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 37.17%
G = 54.65%
B = 8.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#649316 (or 0x649316) is known color: Olive Drab. HEX triplet: 64, 93 and 16. RGB value is (100,147,22). Sum of RGB (Red+Green+Blue) = 100+147+22=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #649316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649316 is #9B6CE9. Grayscale: #777777. Windows color (decimal): -10185962 or 1479524. OLE color: 1479524.

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

Color convert

RGB 100 147 22 -
CMYK 0.32 0 0.85 0.42
HSL 82.56º 0.74% 0.33% -
HSV(B) 82.56º 0.85% 0.58% -
XYZ 15.83 23.63 4.49 -
YUV 118.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 100 147 22 0.32 0 0.85 0.42 82.56 0.74 0.33
Hex 64 93 16 20 0 55 2A 53 4A 21
Octal 144 223 26 40 0 125 52 123 112 41
Binary 1100100 10010011 10110 100000 0 1010101 101010 1010011 1001010 100001

Color Harmonies of #649316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649316

Black with #649316

Text Example


Text Example

White with #649316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649316; }

 p { color: rgb(100,147,22); }

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

background-color css

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

 a { background-color: rgb(100,147,22); }

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

border-color css

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

 span { border-color: rgb(100,147,22); }

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