#639F60

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

Shades of Hippie Green #639F60

Tints of Hippie Green #639F60

Color information

#639F60 (or 0x639F60) is unknown color: approx Hippie Green. HEX triplet: 63, 9F and 60. RGB value is (99,159,96). Sum of RGB (Red+Green+Blue) = 99+159+96=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #639F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F60 is #9C609F. Grayscale: #868686. Windows color (decimal): -10248352 or 6332259. OLE color: 6332259.

HSL color Cylindrical-coordinate representation of color #639F60: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639F60 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9915996-
CMYK0.3800.400.38
HSL117.14º24.71%50%-
HSV(B)117.14º39.62%62.35%-
XYZ19.6628.2915.49-
YUV133.88106.62103.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 159 (62.5% from 255) = 44.92%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=27.97%
G=44.92%
B=27.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159960.3800.400.38117.1424.7150
Hex639F602602826751932
Octal14323714046050461653162
Binary11000111001111111000001001100101000100110111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F60; }

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

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

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

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

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

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

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

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