#63945F

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

Shades of Hippie Green #63945F

Tints of Hippie Green #63945F

Color information

#63945F (or 0x63945F) is unknown color: approx Hippie Green. HEX triplet: 63, 94 and 5F. RGB value is (99,148,95). Sum of RGB (Red+Green+Blue) = 99+148+95=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #63945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63945F is #9C6BA0. Grayscale: #7F7F7F. Windows color (decimal): -10251169 or 6263907. OLE color: 6263907.

HSL color Cylindrical-coordinate representation of color #63945F: hue angle of 115.47º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63945F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9914895-
CMYK0.3300.360.42
HSL115.47º21.81%47.65%-
HSV(B)115.47º35.81%58.04%-
XYZ17.824.6614.65-
YUV127.31109.77107.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=28.95%
G=43.27%
B=27.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99148950.3300.360.42115.4721.8147.65
Hex63945F210242A731630
Octal14322413741044521632660
Binary11000111001010010111111000010100100101010111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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