#638660

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

Shades of Hippie Green #638660

Tints of Hippie Green #638660

Color information

#638660 (or 0x638660) is unknown color: approx Hippie Green. HEX triplet: 63, 86 and 60. RGB value is (99,134,96). Sum of RGB (Red+Green+Blue) = 99+134+96=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #638660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638660 is #9C799F. Grayscale: #777777. Windows color (decimal): -10254752 or 6325859. OLE color: 6325859.

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

Color convert

RGB9913496-
CMYK0.2600.280.47
HSL115.26º16.52%45.1%-
HSV(B)115.26º28.36%52.55%-
XYZ15.7820.5514.2-
YUV119.2114.9113.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=30.09%
G=40.73%
B=29.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134960.2600.280.47115.2616.5245.1
Hex6386601A01C2F73112d
Octal14320614032034571632155
Binary110001110000110110000011010011100101111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638660; }

 p { color: rgb(99,134,96); }

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

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

 a { background-color: rgb(99,134,96); }

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

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

 span { border-color: rgb(99,134,96); }

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