#608063

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

Shades of Hippie Green #608063

Tints of Hippie Green #608063

Color information

#608063 (or 0x608063) is unknown color: approx Hippie Green. HEX triplet: 60, 80 and 63. RGB value is (96,128,99). Sum of RGB (Red+Green+Blue) = 96+128+99=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #608063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608063 is #9F7F9C. Grayscale: #737373. Windows color (decimal): -10452893 or 6520928. OLE color: 6520928.

HSL color Cylindrical-coordinate representation of color #608063: hue angle of 125.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #608063 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB9612899-
CMYK0.2500.230.50
HSL125.62º14.29%43.92%-
HSV(B)125.62º25%50.2%-
XYZ14.818.8314.66-
YUV115.13118.9114.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=29.72%
G=39.63%
B=30.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128990.2500.230.50125.6214.2943.92
Hex60806319017327ee2c
Octal14020014331027621761654
Binary11000001000000011000111100101011111001011111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608063; }

 p { color: rgb(96,128,99); }

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

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

 a { background-color: rgb(96,128,99); }

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

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

 span { border-color: rgb(96,128,99); }

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