#61825B

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

Shades of Hippie Green #61825B

Tints of Hippie Green #61825B

Color information

#61825B (or 0x61825B) is unknown color: approx Hippie Green. HEX triplet: 61, 82 and 5B. RGB value is (97,130,91). Sum of RGB (Red+Green+Blue) = 97+130+91=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #61825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61825B is #9E7DA4. Grayscale: #737373. Windows color (decimal): -10386853 or 5997153. OLE color: 5997153.

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

Color convert

RGB9713091-
CMYK0.2500.300.49
HSL110.77º17.65%43.33%-
HSV(B)110.77º30%50.98%-
XYZ14.819.2612.84-
YUV115.69114.07114.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=30.50%
G=40.88%
B=28.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130910.2500.300.49110.7717.6543.33
Hex61825B1901E316f122b
Octal14120213331036611572253
Binary110000110000010101101111001011110110001110111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61825B; }

 p { color: rgb(97,130,91); }

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

<style>
 a { background-color: #61825B; }

 a { background-color: rgb(97,130,91); }

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

<style>
 span { border-color: #61825B; }

 span { border-color: rgb(97,130,91); }

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