#668B60

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

Shades of Hippie Green #668B60

Tints of Hippie Green #668B60

Color information

#668B60 (or 0x668B60) is unknown color: approx Hippie Green. HEX triplet: 66, 8B and 60. RGB value is (102,139,96). Sum of RGB (Red+Green+Blue) = 102+139+96=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #668B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B60 is #99749F. Grayscale: #7B7B7B. Windows color (decimal): -10056864 or 6327142. OLE color: 6327142.

HSL color Cylindrical-coordinate representation of color #668B60: hue angle of 111.63º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668B60 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB10213996-
CMYK0.2700.310.45
HSL111.63º18.3%46.08%-
HSV(B)111.63º30.94%54.51%-
XYZ16.8222.1314.45-
YUV123.03112.74113-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=30.27%
G=41.25%
B=28.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139960.2700.310.45111.6318.346.08
Hex668B601B01F2D70122e
Octal14621314033037551602256
Binary110011010001011110000011011011111101101111000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B60; }

 p { color: rgb(102,139,96); }

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

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

 a { background-color: rgb(102,139,96); }

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

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

 span { border-color: rgb(102,139,96); }

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