#639E5F

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

Shades of Hippie Green #639E5F

Tints of Hippie Green #639E5F

Color information

#639E5F (or 0x639E5F) is unknown color: approx Hippie Green. HEX triplet: 63, 9E and 5F. RGB value is (99,158,95). Sum of RGB (Red+Green+Blue) = 99+158+95=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #639E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E5F is #9C61A0. Grayscale: #858585. Windows color (decimal): -10248609 or 6266467. OLE color: 6266467.

HSL color Cylindrical-coordinate representation of color #639E5F: hue angle of 116.19º 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 #639E5F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9915895-
CMYK0.3700.400.38
HSL116.19º24.9%49.61%-
HSV(B)116.19º39.87%61.96%-
XYZ19.4427.9315.19-
YUV133.18106.45103.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=28.12%
G=44.89%
B=26.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99158950.3700.400.38116.1924.949.61
Hex639E5F2502826741932
Octal14323613745050461643162
Binary11000111001111010111111001010101000100110111010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,95); }

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

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

 a { background-color: rgb(99,158,95); }

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

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

 span { border-color: rgb(99,158,95); }

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