#668560

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

Shades of Hippie Green #668560

Tints of Hippie Green #668560

Color information

#668560 (or 0x668560) is unknown color: approx Hippie Green. HEX triplet: 66, 85 and 60. RGB value is (102,133,96). Sum of RGB (Red+Green+Blue) = 102+133+96=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #668560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668560 is #997A9F. Grayscale: #777777. Windows color (decimal): -10058400 or 6325606. OLE color: 6325606.

HSL color Cylindrical-coordinate representation of color #668560: hue angle of 110.27º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668560 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB10213396-
CMYK0.2300.280.48
HSL110.27º16.16%44.9%-
HSV(B)110.27º27.82%52.16%-
XYZ15.9820.4414.17-
YUV119.51114.73115.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=30.82%
G=40.18%
B=29.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133960.2300.280.48110.2716.1644.9
Hex6685601701C306e102d
Octal14620514027034601562055
Binary110011010000101110000010111011100110000110111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668560; }

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

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

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

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

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

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

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

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