#638061

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

Shades of Hippie Green #638061

Tints of Hippie Green #638061

Color information

#638061 (or 0x638061) is unknown color: approx Hippie Green. HEX triplet: 63, 80 and 61. RGB value is (99,128,97). Sum of RGB (Red+Green+Blue) = 99+128+97=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #638061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638061 is #9C7F9E. Grayscale: #737373. Windows color (decimal): -10256287 or 6389859. OLE color: 6389859.

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

Color convert

RGB9912897-
CMYK0.2300.240.50
HSL116.13º13.78%44.12%-
HSV(B)116.13º24.22%50.2%-
XYZ15.0218.9514.18-
YUV115.79117.39116.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=30.56%
G=39.51%
B=29.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128970.2300.240.50116.1313.7844.12
Hex638061170183274e2c
Octal14320014127030621641654
Binary11000111000000011000011011101100011001011101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638061; }

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

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

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

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

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

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

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

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