#63985C

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

Shades of Hippie Green #63985C

Tints of Hippie Green #63985C

Color information

#63985C (or 0x63985C) is unknown color: approx Hippie Green. HEX triplet: 63, 98 and 5C. RGB value is (99,152,92). Sum of RGB (Red+Green+Blue) = 99+152+92=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #63985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63985C is #9C67A3. Grayscale: #818181. Windows color (decimal): -10250148 or 6068323. OLE color: 6068323.

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

Color convert

RGB9915292-
CMYK0.3500.390.40
HSL113º24.59%47.84%-
HSV(B)113º39.47%59.61%-
XYZ18.3125.8814.16-
YUV129.31106.94106.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=28.86%
G=44.31%
B=26.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152920.3500.390.4011324.5947.84
Hex63985C2302728711930
Octal14323013443047501613160
Binary11000111001100010111001000110100111101000111000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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