#62845F

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

Shades of Hippie Green #62845F

Tints of Hippie Green #62845F

Color information

#62845F (or 0x62845F) is unknown color: approx Hippie Green. HEX triplet: 62, 84 and 5F. RGB value is (98,132,95). Sum of RGB (Red+Green+Blue) = 98+132+95=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #62845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62845F is #9D7BA0. Grayscale: #757575. Windows color (decimal): -10320801 or 6259810. OLE color: 6259810.

HSL color Cylindrical-coordinate representation of color #62845F: hue angle of 115.14º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62845F is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB9813295-
CMYK0.2600.280.48
HSL115.14º16.3%44.51%-
HSV(B)115.14º28.03%51.76%-
XYZ15.3519.9313.86-
YUV117.62115.24114.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=30.15%
G=40.62%
B=29.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132950.2600.280.48115.1416.344.51
Hex62845F1A01C3073102d
Octal14220413732034601632055
Binary110001010000100101111111010011100110000111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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