#63A056

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

Shades of Hippie Green #63A056

Tints of Hippie Green #63A056

Color information

#63A056 (or 0x63A056) is unknown color: approx Hippie Green. HEX triplet: 63, A0 and 56. RGB value is (99,160,86). Sum of RGB (Red+Green+Blue) = 99+160+86=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #63A056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A056 is #9C5FA9. Grayscale: #858585. Windows color (decimal): -10248106 or 5677155. OLE color: 5677155.

HSL color Cylindrical-coordinate representation of color #63A056: hue angle of 109.46º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63A056 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB9916086-
CMYK0.3800.460.37
HSL109.46º30.08%48.24%-
HSV(B)109.46º46.25%62.75%-
XYZ19.428.4713.28-
YUV133.32101.29103.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=28.70%
G=46.38%
B=24.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160860.3800.460.37109.4630.0848.24
Hex63A0562602E256d1e30
Octal14324012646056451553660
Binary11000111010000010101101001100101110100101110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A056; }

 p { color: rgb(99,160,86); }

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

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

 a { background-color: rgb(99,160,86); }

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

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

 span { border-color: rgb(99,160,86); }

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