Html Css Color HEX #648F60 Hippie Green

📋 copy color: '#648F60'

red 100 ◦ green 143 ◦ blue 96

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

Shades of Hippie Green #648F60

Tints of Hippie Green #648F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.18%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 29.5%
G = 42.18%
B = 28.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#648F60 (or 0x648F60) is known color: Hippie Green. HEX triplet: 64, 8F and 60. RGB value is (100,143,96). Sum of RGB (Red+Green+Blue) = 100+143+96=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #648F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F60 is #9B709F. Grayscale: #7C7C7C. Windows color (decimal): -10186912 or 6328164. OLE color: 6328164.

HSL color Cylindrical-coordinate representation of color #648F60: hue angle of 114.89º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648F60 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 96 -
CMYK 0.30 0 0.33 0.44
HSL 114.89º 0.2% 0.47% -
HSV(B) 114.89º 0.33% 0.56% -
XYZ 17.19 23.2 14.64 -
YUV 124.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 100 143 96 0.30 0 0.33 0.44 114.89 0.2 0.47
Hex 64 8F 60 1E 0 21 2C 73 14 2F
Octal 144 217 140 36 0 41 54 163 24 57
Binary 1100100 10001111 1100000 11110 0 100001 101100 1110011 10100 101111

Color Harmonies of #648F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F60

Black with #648F60

Text Example


Text Example

White with #648F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,96); }

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

background-color css

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

 a { background-color: rgb(100,143,96); }

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

border-color css

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

 span { border-color: rgb(100,143,96); }

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