#63985A

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

Shades of Hippie Green #63985A

Tints of Hippie Green #63985A

Color information

#63985A (or 0x63985A) is unknown color: approx Hippie Green. HEX triplet: 63, 98 and 5A. RGB value is (99,152,90). Sum of RGB (Red+Green+Blue) = 99+152+90=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #63985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63985A is #9C67A5. Grayscale: #818181. Windows color (decimal): -10250150 or 5937251. OLE color: 5937251.

HSL color Cylindrical-coordinate representation of color #63985A: hue angle of 111.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63985A is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB9915290-
CMYK0.3500.410.40
HSL111.29º25.62%47.45%-
HSV(B)111.29º40.79%59.61%-
XYZ18.2225.8513.7-
YUV129.08105.94106.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=29.03%
G=44.57%
B=26.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152900.3500.410.40111.2925.6247.45
Hex63985A23029286f1a2f
Octal14323013243051501573257
Binary11000111001100010110101000110101001101000110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63985A; }

 p { color: rgb(99,152,90); }

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

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

 a { background-color: rgb(99,152,90); }

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

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

 span { border-color: rgb(99,152,90); }

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