#61845A

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

Shades of Hippie Green #61845A

Tints of Hippie Green #61845A

Color information

#61845A (or 0x61845A) is unknown color: approx Hippie Green. HEX triplet: 61, 84 and 5A. RGB value is (97,132,90). Sum of RGB (Red+Green+Blue) = 97+132+90=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #61845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61845A is #9E7BA5. Grayscale: #747474. Windows color (decimal): -10386342 or 5932129. OLE color: 5932129.

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

Color convert

RGB9713290-
CMYK0.2700.320.48
HSL110º18.92%43.53%-
HSV(B)110º31.82%51.76%-
XYZ15.0319.7812.7-
YUV116.75112.9113.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=30.41%
G=41.38%
B=28.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132900.2700.320.4811018.9243.53
Hex61845A1B020306e132c
Octal14120413233040601562354
Binary1100001100001001011010110110100000110000110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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