#609053

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

Shades of Hippie Green #609053

Tints of Hippie Green #609053

Color information

#609053 (or 0x609053) is unknown color: approx Hippie Green. HEX triplet: 60, 90 and 53. RGB value is (96,144,83). Sum of RGB (Red+Green+Blue) = 96+144+83=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #609053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609053 is #9F6FAC. Grayscale: #7A7A7A. Windows color (decimal): -10448813 or 5476448. OLE color: 5476448.

HSL color Cylindrical-coordinate representation of color #609053: hue angle of 107.21º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #609053 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB9614483-
CMYK0.3300.420.44
HSL107.21º26.87%44.51%-
HSV(B)107.21º42.36%56.47%-
XYZ16.3623.0611.77-
YUV122.69105.6108.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=29.72%
G=44.58%
B=25.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96144830.3300.420.44107.2126.8744.51
Hex6090532102A2C6b1b2d
Octal14022012341052541533355
Binary11000001001000010100111000010101010101100110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609053; }

 p { color: rgb(96,144,83); }

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

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

 a { background-color: rgb(96,144,83); }

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

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

 span { border-color: rgb(96,144,83); }

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