#638160

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

Shades of Hippie Green #638160

Tints of Hippie Green #638160

Color information

#638160 (or 0x638160) is unknown color: approx Hippie Green. HEX triplet: 63, 81 and 60. RGB value is (99,129,96). Sum of RGB (Red+Green+Blue) = 99+129+96=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #638160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638160 is #9C7E9F. Grayscale: #747474. Windows color (decimal): -10256032 or 6324579. OLE color: 6324579.

HSL color Cylindrical-coordinate representation of color #638160: hue angle of 114.55º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638160 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB9912996-
CMYK0.2300.260.49
HSL114.55º14.67%44.12%-
HSV(B)114.55º25.58%50.59%-
XYZ15.1119.213.98-
YUV116.27116.56115.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=30.56%
G=39.81%
B=29.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129960.2300.260.49114.5514.6744.12
Hex6381601701A3173f2c
Octal14320114027032611631754
Binary11000111000000111000001011101101011000111100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638160; }

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

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

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

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

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

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

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

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