Html Css Color HEX #648B60 Hippie Green

📋 copy color: '#648B60'

red 100 ◦ green 139 ◦ blue 96

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

Shades of Hippie Green #648B60

Tints of Hippie Green #648B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.49%

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

R = 29.85%
G = 41.49%
B = 28.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#648B60 (or 0x648B60) is known color: Hippie Green. HEX triplet: 64, 8B and 60. RGB value is (100,139,96). Sum of RGB (Red+Green+Blue) = 100+139+96=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #648B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B60 is #9B749F. Grayscale: #7A7A7A. Windows color (decimal): -10187936 or 6327140. OLE color: 6327140.

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

Color convert

RGB 100 139 96 -
CMYK 0.28 0 0.31 0.45
HSL 114.42º 0.18% 0.46% -
HSV(B) 114.42º 0.31% 0.55% -
XYZ 16.6 22.02 14.44 -
YUV 122.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 100 139 96 0.28 0 0.31 0.45 114.42 0.18 0.46
Hex 64 8B 60 1C 0 1F 2D 72 12 2E
Octal 144 213 140 34 0 37 55 162 22 56
Binary 1100100 10001011 1100000 11100 0 11111 101101 1110010 10010 101110

Color Harmonies of #648B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B60

Black with #648B60

Text Example


Text Example

White with #648B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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