Html Css Color HEX #648C56 Hippie Green

📋 copy color: '#648C56'

red 100 ◦ green 140 ◦ blue 86

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

Shades of Hippie Green #648C56

Tints of Hippie Green #648C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 30.67%
G = 42.94%
B = 26.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#648C56 (or 0x648C56) is known color: Hippie Green. HEX triplet: 64, 8C and 56. RGB value is (100,140,86). Sum of RGB (Red+Green+Blue) = 100+140+86=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #648C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C56 is #9B73A9. Grayscale: #7A7A7A. Windows color (decimal): -10187690 or 5672036. OLE color: 5672036.

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

Color convert

RGB 100 140 86 -
CMYK 0.29 0 0.39 0.45
HSL 104.44º 0.24% 0.44% -
HSV(B) 104.44º 0.39% 0.55% -
XYZ 16.31 22.14 12.22 -
YUV 121.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 100 140 86 0.29 0 0.39 0.45 104.44 0.24 0.44
Hex 64 8C 56 1D 0 27 2D 68 18 2C
Octal 144 214 126 35 0 47 55 150 30 54
Binary 1100100 10001100 1010110 11101 0 100111 101101 1101000 11000 101100

Color Harmonies of #648C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C56

Black with #648C56

Text Example


Text Example

White with #648C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,86); }

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

background-color css

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

 a { background-color: rgb(100,140,86); }

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

border-color css

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

 span { border-color: rgb(100,140,86); }

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