#62945F

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

Shades of Hippie Green #62945F

Tints of Hippie Green #62945F

Color information

#62945F (or 0x62945F) is unknown color: approx Hippie Green. HEX triplet: 62, 94 and 5F. RGB value is (98,148,95). Sum of RGB (Red+Green+Blue) = 98+148+95=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #62945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62945F is #9D6BA0. Grayscale: #7F7F7F. Windows color (decimal): -10316705 or 6263906. OLE color: 6263906.

HSL color Cylindrical-coordinate representation of color #62945F: hue angle of 116.6º 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 #62945F is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB9814895-
CMYK0.3400.360.42
HSL116.6º21.81%47.65%-
HSV(B)116.6º35.81%58.04%-
XYZ17.6924.614.64-
YUV127.01109.94107.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=28.74%
G=43.40%
B=27.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98148950.3400.360.42116.621.8147.65
Hex62945F220242A751630
Octal14222413742044521652660
Binary11000101001010010111111000100100100101010111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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