Html Css Color HEX #648C58 Hippie Green

📋 copy color: '#648C58'

red 100 ◦ green 140 ◦ blue 88

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

Shades of Hippie Green #648C58

Tints of Hippie Green #648C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 30.49%
G = 42.68%
B = 26.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#648C58 (or 0x648C58) is known color: Hippie Green. HEX triplet: 64, 8C and 58. RGB value is (100,140,88). Sum of RGB (Red+Green+Blue) = 100+140+88=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #648C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C58 is #9B73A7. Grayscale: #7A7A7A. Windows color (decimal): -10187688 or 5803108. OLE color: 5803108.

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

Color convert

RGB 100 140 88 -
CMYK 0.29 0 0.37 0.45
HSL 106.15º 0.23% 0.45% -
HSV(B) 106.15º 0.37% 0.55% -
XYZ 16.4 22.17 12.65 -
YUV 122.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 100 140 88 0.29 0 0.37 0.45 106.15 0.23 0.45
Hex 64 8C 58 1D 0 25 2D 6A 17 2D
Octal 144 214 130 35 0 45 55 152 27 55
Binary 1100100 10001100 1011000 11101 0 100101 101101 1101010 10111 101101

Color Harmonies of #648C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C58

Black with #648C58

Text Example


Text Example

White with #648C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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