Html Css Color HEX #649217 Olive Drab

📋 copy color: '#649217'

red 100 ◦ green 146 ◦ blue 23

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

Shades of Olive Drab #649217

Tints of Olive Drab #649217

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 37.17%
G = 54.28%
B = 8.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#649217 (or 0x649217) is known color: Olive Drab. HEX triplet: 64, 92 and 17. RGB value is (100,146,23). Sum of RGB (Red+Green+Blue) = 100+146+23=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #649217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649217 is #9B6DE8. Grayscale: #767676. Windows color (decimal): -10186217 or 1544804. OLE color: 1544804.

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

Color convert

RGB 100 146 23 -
CMYK 0.32 0 0.84 0.43
HSL 82.44º 0.73% 0.33% -
HSV(B) 82.44º 0.84% 0.57% -
XYZ 15.69 23.33 4.49 -
YUV 118.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 100 146 23 0.32 0 0.84 0.43 82.44 0.73 0.33
Hex 64 92 17 20 0 54 2B 52 49 21
Octal 144 222 27 40 0 124 53 122 111 41
Binary 1100100 10010010 10111 100000 0 1010100 101011 1010010 1001001 100001

Color Harmonies of #649217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649217

Black with #649217

Text Example


Text Example

White with #649217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649217; }

 p { color: rgb(100,146,23); }

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

background-color css

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

 a { background-color: rgb(100,146,23); }

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

border-color css

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

 span { border-color: rgb(100,146,23); }

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