#61885C

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

Shades of Hippie Green #61885C

Tints of Hippie Green #61885C

Color information

#61885C (or 0x61885C) is unknown color: approx Hippie Green. HEX triplet: 61, 88 and 5C. RGB value is (97,136,92). Sum of RGB (Red+Green+Blue) = 97+136+92=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #61885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61885C is #9E77A3. Grayscale: #777777. Windows color (decimal): -10385316 or 6064225. OLE color: 6064225.

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

Color convert

RGB9713692-
CMYK0.2900.320.47
HSL113.18º19.3%44.71%-
HSV(B)113.18º32.35%53.33%-
XYZ15.6720.9213.34-
YUV119.32112.58112.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=29.85%
G=41.85%
B=28.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136920.2900.320.47113.1819.344.71
Hex61885C1D0202F71132d
Octal14121013435040571612355
Binary1100001100010001011100111010100000101111111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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