#62825A

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

Shades of Hippie Green #62825A

Tints of Hippie Green #62825A

Color information

#62825A (or 0x62825A) is unknown color: approx Hippie Green. HEX triplet: 62, 82 and 5A. RGB value is (98,130,90). Sum of RGB (Red+Green+Blue) = 98+130+90=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #62825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62825A is #9D7DA5. Grayscale: #747474. Windows color (decimal): -10321318 or 5931618. OLE color: 5931618.

HSL color Cylindrical-coordinate representation of color #62825A: hue angle of 108º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62825A is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB9813090-
CMYK0.2500.310.49
HSL108º18.18%43.14%-
HSV(B)108º30.77%50.98%-
XYZ14.8719.312.61-
YUV115.87113.4115.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.82%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=30.82%
G=40.88%
B=28.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130900.2500.310.4910818.1843.14
Hex62825A1901F316c122b
Octal14220213231037611542253
Binary110001010000010101101011001011111110001110110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62825A; }

 p { color: rgb(98,130,90); }

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

<style>
 a { background-color: #62825A; }

 a { background-color: rgb(98,130,90); }

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

<style>
 span { border-color: #62825A; }

 span { border-color: rgb(98,130,90); }

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