#61925D

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

Shades of Hippie Green #61925D

Tints of Hippie Green #61925D

Color information

#61925D (or 0x61925D) is unknown color: approx Hippie Green. HEX triplet: 61, 92 and 5D. RGB value is (97,146,93). Sum of RGB (Red+Green+Blue) = 97+146+93=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #61925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61925D is #9E6DA2. Grayscale: #7D7D7D. Windows color (decimal): -10382755 or 6132321. OLE color: 6132321.

HSL color Cylindrical-coordinate representation of color #61925D: hue angle of 115.47º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61925D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB9714693-
CMYK0.3400.360.43
HSL115.47º22.18%46.86%-
HSV(B)115.47º36.3%57.25%-
XYZ17.1823.8914.06-
YUV125.31109.77107.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=28.87%
G=43.45%
B=27.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97146930.3400.360.43115.4722.1846.86
Hex61925D220242B73162f
Octal14122213542044531632657
Binary11000011001001010111011000100100100101011111001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61925D; }

 p { color: rgb(97,146,93); }

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

<style>
 a { background-color: #61925D; }

 a { background-color: rgb(97,146,93); }

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

<style>
 span { border-color: #61925D; }

 span { border-color: rgb(97,146,93); }

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