#638064

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

Shades of Hippie Green #638064

Tints of Hippie Green #638064

Color information

#638064 (or 0x638064) is unknown color: approx Hippie Green. HEX triplet: 63, 80 and 64. RGB value is (99,128,100). Sum of RGB (Red+Green+Blue) = 99+128+100=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #638064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638064 is #9C7F9B. Grayscale: #747474. Windows color (decimal): -10256284 or 6586467. OLE color: 6586467.

HSL color Cylindrical-coordinate representation of color #638064: hue angle of 122.07º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638064 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB99128100-
CMYK0.2300.220.50
HSL122.07º12.78%44.51%-
HSV(B)122.07º22.66%50.2%-
XYZ15.1719.0114.93-
YUV116.14118.89115.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=30.28%
G=39.14%
B=30.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281000.2300.220.50122.0712.7844.51
Hex63806417016327ad2d
Octal14320014427026621721555
Binary11000111000000011001001011101011011001011110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638064; }

 p { color: rgb(99,128,100); }

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

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

 a { background-color: rgb(99,128,100); }

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

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

 span { border-color: rgb(99,128,100); }

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