#648760

Color #648760 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #648760

Tints of Hippie Green #648760

Color information

#648760 (or 0x648760) is unknown color: approx Hippie Green. HEX triplet: 64, 87 and 60. RGB value is (100,135,96). Sum of RGB (Red+Green+Blue) = 100+135+96=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #648760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648760 is #9B789F. Grayscale: #787878. Windows color (decimal): -10188960 or 6326116. OLE color: 6326116.

HSL color Cylindrical-coordinate representation of color #648760: hue angle of 113.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648760 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB10013596-
CMYK0.2600.290.47
HSL113.85º16.88%45.29%-
HSV(B)113.85º28.89%52.94%-
XYZ16.0320.8814.25-
YUV120.09114.4113.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=30.21%
G=40.79%
B=29.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100135960.2600.290.47113.8516.8845.29
Hex6487601A01D2F72112d
Octal14420714032035571622155
Binary110010010000111110000011010011101101111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648760; }

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

 H1.HeaderClassName
 {
   color: #648760;
 }
 .AnyTagClassName
 {
   color: #648760;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #648760;
 }
 .BgClassName
 {
   background-color: #648760;
 }
</style>
border-color css

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

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

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