Html Css Color HEX #648C60 Hippie Green

📋 copy color: '#648C60'

red 100 ◦ green 140 ◦ blue 96

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

Shades of Hippie Green #648C60

Tints of Hippie Green #648C60

RGB

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

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

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

R = 29.76%
G = 41.67%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#648C60 (or 0x648C60) is known color: Hippie Green. HEX triplet: 64, 8C and 60. RGB value is (100,140,96). Sum of RGB (Red+Green+Blue) = 100+140+96=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #648C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C60 is #9B739F. Grayscale: #7B7B7B. Windows color (decimal): -10187680 or 6327396. OLE color: 6327396.

HSL color Cylindrical-coordinate representation of color #648C60: hue angle of 114.55º degrees, saturation: 0.19, 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 #648C60 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 140 96 -
CMYK 0.29 0 0.31 0.45
HSL 114.55º 0.19% 0.46% -
HSV(B) 114.55º 0.31% 0.55% -
XYZ 16.74 22.31 14.49 -
YUV 123.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 100 140 96 0.29 0 0.31 0.45 114.55 0.19 0.46
Hex 64 8C 60 1D 0 1F 2D 73 13 2E
Octal 144 214 140 35 0 37 55 163 23 56
Binary 1100100 10001100 1100000 11101 0 11111 101101 1110011 10011 101110

Color Harmonies of #648C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C60

Black with #648C60

Text Example


Text Example

White with #648C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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