#61885E

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

Shades of Hippie Green #61885E

Tints of Hippie Green #61885E

Color information

#61885E (or 0x61885E) is unknown color: approx Hippie Green. HEX triplet: 61, 88 and 5E. RGB value is (97,136,94). Sum of RGB (Red+Green+Blue) = 97+136+94=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #61885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61885E is #9E77A1. Grayscale: #777777. Windows color (decimal): -10385314 or 6195297. OLE color: 6195297.

HSL color Cylindrical-coordinate representation of color #61885E: hue angle of 115.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61885E is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB9713694-
CMYK0.2900.310.47
HSL115.71º18.26%45.1%-
HSV(B)115.71º30.88%53.33%-
XYZ15.7520.9613.8-
YUV119.55113.58111.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=29.66%
G=41.59%
B=28.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136940.2900.310.47115.7118.2645.1
Hex61885E1D01F2F74122d
Octal14121013635037571642255
Binary110000110001000101111011101011111101111111010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61885E; }

 p { color: rgb(97,136,94); }

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

<style>
 a { background-color: #61885E; }

 a { background-color: rgb(97,136,94); }

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

<style>
 span { border-color: #61885E; }

 span { border-color: rgb(97,136,94); }

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