Html Css Color HEX #649416 Olive Drab

📋 copy color: '#649416'

red 100 ◦ green 148 ◦ blue 22

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

Shades of Olive Drab #649416

Tints of Olive Drab #649416

RGB

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

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

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

R = 37.04%
G = 54.81%
B = 8.15%

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

#649416 (or 0x649416) is known color: Olive Drab. HEX triplet: 64, 94 and 16. RGB value is (100,148,22). Sum of RGB (Red+Green+Blue) = 100+148+22=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #649416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649416 is #9B6BE9. Grayscale: #777777. Windows color (decimal): -10185706 or 1479780. OLE color: 1479780.

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

Color convert

RGB 100 148 22 -
CMYK 0.32 0 0.85 0.42
HSL 82.86º 0.74% 0.33% -
HSV(B) 82.86º 0.85% 0.58% -
XYZ 15.99 23.95 4.54 -
YUV 119.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 100 148 22 0.32 0 0.85 0.42 82.86 0.74 0.33
Hex 64 94 16 20 0 55 2A 53 4A 21
Octal 144 224 26 40 0 125 52 123 112 41
Binary 1100100 10010100 10110 100000 0 1010101 101010 1010011 1001010 100001

Color Harmonies of #649416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649416

Black with #649416

Text Example


Text Example

White with #649416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649416; }

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

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

background-color css

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

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

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

border-color css

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

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

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