#61845C

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

Shades of Hippie Green #61845C

Tints of Hippie Green #61845C

Color information

#61845C (or 0x61845C) is unknown color: approx Hippie Green. HEX triplet: 61, 84 and 5C. RGB value is (97,132,92). Sum of RGB (Red+Green+Blue) = 97+132+92=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 132 - color contains mainly: green. Hex color #61845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61845C is #9E7BA3. Grayscale: #757575. Windows color (decimal): -10386340 or 6063201. OLE color: 6063201.

HSL color Cylindrical-coordinate representation of color #61845C: hue angle of 112.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61845C is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB9713292-
CMYK0.2700.300.48
HSL112.5º17.86%43.92%-
HSV(B)112.5º30.3%51.76%-
XYZ15.1119.8213.15-
YUV116.98113.9113.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=30.22%
G=41.12%
B=28.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132920.2700.300.48112.517.8643.92
Hex61845C1B01E3070122c
Octal14120413433036601602254
Binary110000110000100101110011011011110110000111000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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