#61865A

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

Shades of Hippie Green #61865A

Tints of Hippie Green #61865A

Color information

#61865A (or 0x61865A) is unknown color: approx Hippie Green. HEX triplet: 61, 86 and 5A. RGB value is (97,134,90). Sum of RGB (Red+Green+Blue) = 97+134+90=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #61865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61865A is #9E79A5. Grayscale: #767676. Windows color (decimal): -10385830 or 5932641. OLE color: 5932641.

HSL color Cylindrical-coordinate representation of color #61865A: hue angle of 110.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61865A is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB9713490-
CMYK0.2800.330.47
HSL110.45º19.64%43.92%-
HSV(B)110.45º32.84%52.55%-
XYZ15.320.3312.79-
YUV117.92112.24113.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 90 (35.55% from 255) = 28.04%
R=30.22%
G=41.74%
B=28.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134900.2800.330.47110.4519.6443.92
Hex61865A1C0212F6e142c
Octal14120613234041571562454
Binary1100001100001101011010111000100001101111110111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61865A; }

 p { color: rgb(97,134,90); }

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

<style>
 a { background-color: #61865A; }

 a { background-color: rgb(97,134,90); }

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

<style>
 span { border-color: #61865A; }

 span { border-color: rgb(97,134,90); }

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