#60954E

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

Shades of Hippie Green #60954E

Tints of Hippie Green #60954E

Color information

#60954E (or 0x60954E) is unknown color: approx Hippie Green. HEX triplet: 60, 95 and 4E. RGB value is (96,149,78). Sum of RGB (Red+Green+Blue) = 96+149+78=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #60954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60954E is #9F6AB1. Grayscale: #7D7D7D. Windows color (decimal): -10447538 or 5150048. OLE color: 5150048.

HSL color Cylindrical-coordinate representation of color #60954E: hue angle of 104.79º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60954E is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB9614978-
CMYK0.3600.480.42
HSL104.79º31.28%44.51%-
HSV(B)104.79º47.65%58.43%-
XYZ16.9524.5311.05-
YUV125.06101.44107.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=29.72%
G=46.13%
B=24.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149780.3600.480.42104.7931.2844.51
Hex60954E240302A691f2d
Octal14022511644060521513755
Binary11000001001010110011101001000110000101010110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60954E; }

 p { color: rgb(96,149,78); }

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

<style>
 a { background-color: #60954E; }

 a { background-color: rgb(96,149,78); }

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

<style>
 span { border-color: #60954E; }

 span { border-color: rgb(96,149,78); }

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