#62A05F

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

Shades of Hippie Green #62A05F

Tints of Hippie Green #62A05F

Color information

#62A05F (or 0x62A05F) is unknown color: approx Hippie Green. HEX triplet: 62, A0 and 5F. RGB value is (98,160,95). Sum of RGB (Red+Green+Blue) = 98+160+95=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #62A05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A05F is #9D5FA0. Grayscale: #868686. Windows color (decimal): -10313633 or 6266978. OLE color: 6266978.

HSL color Cylindrical-coordinate representation of color #62A05F: hue angle of 117.23º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A05F is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB9816095-
CMYK0.3900.410.37
HSL117.23º25.49%50%-
HSV(B)117.23º40.62%62.75%-
XYZ19.6728.5615.3-
YUV134.05105.96102.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 160 (62.89% from 255) = 45.33%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=27.76%
G=45.33%
B=26.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98160950.3900.410.37117.2325.4950
Hex62A05F2702925751932
Octal14224013747051451653162
Binary11000101010000010111111001110101001100101111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A05F; }

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

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

<style>
 a { background-color: #62A05F; }

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

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

<style>
 span { border-color: #62A05F; }

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

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