Html Css Color HEX #648D5A Hippie Green

📋 copy color: '#648D5A'

red 100 ◦ green 141 ◦ blue 90

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

Shades of Hippie Green #648D5A

Tints of Hippie Green #648D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 30.21%
G = 42.6%
B = 27.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#648D5A (or 0x648D5A) is known color: Hippie Green. HEX triplet: 64, 8D and 5A. RGB value is (100,141,90). Sum of RGB (Red+Green+Blue) = 100+141+90=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #648D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D5A is #9B72A5. Grayscale: #7B7B7B. Windows color (decimal): -10187430 or 5934436. OLE color: 5934436.

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

Color convert

RGB 100 141 90 -
CMYK 0.29 0 0.36 0.45
HSL 108.24º 0.22% 0.45% -
HSV(B) 108.24º 0.36% 0.55% -
XYZ 16.63 22.5 13.14 -
YUV 122.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 100 141 90 0.29 0 0.36 0.45 108.24 0.22 0.45
Hex 64 8D 5A 1D 0 24 2D 6C 16 2D
Octal 144 215 132 35 0 44 55 154 26 55
Binary 1100100 10001101 1011010 11101 0 100100 101101 1101100 10110 101101

Color Harmonies of #648D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D5A

Black with #648D5A

Text Example


Text Example

White with #648D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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