#60845A

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

Shades of Hippie Green #60845A

Tints of Hippie Green #60845A

Color information

#60845A (or 0x60845A) is unknown color: approx Hippie Green. HEX triplet: 60, 84 and 5A. RGB value is (96,132,90). Sum of RGB (Red+Green+Blue) = 96+132+90=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #60845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60845A is #9F7BA5. Grayscale: #747474. Windows color (decimal): -10451878 or 5932128. OLE color: 5932128.

HSL color Cylindrical-coordinate representation of color #60845A: hue angle of 111.43º 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 #60845A is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB9613290-
CMYK0.2700.320.48
HSL111.43º18.92%43.53%-
HSV(B)111.43º31.82%51.76%-
XYZ14.9219.7312.69-
YUV116.45113.07113.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=30.19%
G=41.51%
B=28.30%

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
Decimal96132900.2700.320.48111.4318.9243.53
Hex60845A1B020306f132c
Octal14020413233040601572354
Binary1100000100001001011010110110100000110000110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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