#61935B

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

Shades of Hippie Green #61935B

Tints of Hippie Green #61935B

Color information

#61935B (or 0x61935B) is unknown color: approx Hippie Green. HEX triplet: 61, 93 and 5B. RGB value is (97,147,91). Sum of RGB (Red+Green+Blue) = 97+147+91=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #61935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61935B is #9E6CA4. Grayscale: #7D7D7D. Windows color (decimal): -10382501 or 6001505. OLE color: 6001505.

HSL color Cylindrical-coordinate representation of color #61935B: hue angle of 113.57º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61935B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB9714791-
CMYK0.3400.380.42
HSL113.57º23.53%46.67%-
HSV(B)113.57º38.1%57.65%-
XYZ17.2524.1613.65-
YUV125.67108.44107.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=28.96%
G=43.88%
B=27.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97147910.3400.380.42113.5723.5346.67
Hex61935B220262A72182f
Octal14122313342046521623057
Binary11000011001001110110111000100100110101010111001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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