#608062

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

Shades of Hippie Green #608062

Tints of Hippie Green #608062

Color information

#608062 (or 0x608062) is unknown color: approx Hippie Green. HEX triplet: 60, 80 and 62. RGB value is (96,128,98). Sum of RGB (Red+Green+Blue) = 96+128+98=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #608062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608062 is #9F7F9D. Grayscale: #737373. Windows color (decimal): -10452894 or 6455392. OLE color: 6455392.

HSL color Cylindrical-coordinate representation of color #608062: hue angle of 123.75º 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 #608062 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB9612898-
CMYK0.2500.230.50
HSL123.75º14.29%43.92%-
HSV(B)123.75º25%50.2%-
XYZ14.7518.8114.41-
YUV115.01118.4114.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=29.81%
G=39.75%
B=30.43%

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
Decimal96128980.2500.230.50123.7514.2943.92
Hex60806219017327ce2c
Octal14020014231027621741654
Binary11000001000000011000101100101011111001011111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608062; }

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

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

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

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

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

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

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

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