#63995F

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

Shades of Hippie Green #63995F

Tints of Hippie Green #63995F

Color information

#63995F (or 0x63995F) is unknown color: approx Hippie Green. HEX triplet: 63, 99 and 5F. RGB value is (99,153,95). Sum of RGB (Red+Green+Blue) = 99+153+95=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #63995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63995F is #9C66A0. Grayscale: #828282. Windows color (decimal): -10249889 or 6265187. OLE color: 6265187.

HSL color Cylindrical-coordinate representation of color #63995F: hue angle of 115.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63995F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB9915395-
CMYK0.3500.380.4
HSL115.86º23.39%48.63%-
HSV(B)115.86º37.91%60%-
XYZ18.626.2614.91-
YUV130.24108.11105.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=28.53%
G=44.09%
B=27.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153950.3500.380.4115.8623.3948.63
Hex63995F2302628741731
Octal14323113743046501642761
Binary11000111001100110111111000110100110101000111010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63995F; }

 p { color: rgb(99,153,95); }

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

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

 a { background-color: rgb(99,153,95); }

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

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

 span { border-color: rgb(99,153,95); }

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