#61905C

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

Shades of Hippie Green #61905C

Tints of Hippie Green #61905C

Color information

#61905C (or 0x61905C) is unknown color: approx Hippie Green. HEX triplet: 61, 90 and 5C. RGB value is (97,144,92). Sum of RGB (Red+Green+Blue) = 97+144+92=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #61905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61905C is #9E6FA3. Grayscale: #7C7C7C. Windows color (decimal): -10383268 or 6066273. OLE color: 6066273.

HSL color Cylindrical-coordinate representation of color #61905C: hue angle of 114.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61905C is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB9714492-
CMYK0.3300.360.44
HSL114.23º22.03%46.27%-
HSV(B)114.23º36.11%56.47%-
XYZ16.8323.2613.73-
YUV124.02109.93108.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=29.13%
G=43.24%
B=27.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97144920.3300.360.44114.2322.0346.27
Hex61905C210242C72162e
Octal14122013441044541622656
Binary11000011001000010111001000010100100101100111001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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