Html Css Color HEX #648D5D Hippie Green

📋 copy color: '#648D5D'

red 100 ◦ green 141 ◦ blue 93

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

Shades of Hippie Green #648D5D

Tints of Hippie Green #648D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 29.94%
G = 42.22%
B = 27.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#648D5D (or 0x648D5D) is known color: Hippie Green. HEX triplet: 64, 8D and 5D. RGB value is (100,141,93). Sum of RGB (Red+Green+Blue) = 100+141+93=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #648D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D5D is #9B72A2. Grayscale: #7B7B7B. Windows color (decimal): -10187427 or 6131044. OLE color: 6131044.

HSL color Cylindrical-coordinate representation of color #648D5D: hue angle of 111.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648D5D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 93 -
CMYK 0.29 0 0.34 0.45
HSL 111.25º 0.21% 0.46% -
HSV(B) 111.25º 0.34% 0.55% -
XYZ 16.76 22.55 13.83 -
YUV 123.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 100 141 93 0.29 0 0.34 0.45 111.25 0.21 0.46
Hex 64 8D 5D 1D 0 22 2D 6F 15 2E
Octal 144 215 135 35 0 42 55 157 25 56
Binary 1100100 10001101 1011101 11101 0 100010 101101 1101111 10101 101110

Color Harmonies of #648D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D5D

Black with #648D5D

Text Example


Text Example

White with #648D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D5D; }

 p { color: rgb(100,141,93); }

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

background-color css

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

 a { background-color: rgb(100,141,93); }

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

border-color css

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

 span { border-color: rgb(100,141,93); }

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