#668D5F

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

Shades of Hippie Green #668D5F

Tints of Hippie Green #668D5F

Color information

#668D5F (or 0x668D5F) is unknown color: approx Hippie Green. HEX triplet: 66, 8D and 5F. RGB value is (102,141,95). Sum of RGB (Red+Green+Blue) = 102+141+95=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #668D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D5F is #9972A0. Grayscale: #7C7C7C. Windows color (decimal): -10056353 or 6262118. OLE color: 6262118.

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

Color convert

RGB10214195-
CMYK0.2800.330.45
HSL110.87º19.49%46.27%-
HSV(B)110.87º32.62%55.29%-
XYZ17.0722.714.31-
YUV124.09111.58112.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 141 (55.47% from 255) = 41.72%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=30.18%
G=41.72%
B=28.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141950.2800.330.45110.8719.4946.27
Hex668D5F1C0212D6f132e
Octal14621513734041551572356
Binary1100110100011011011111111000100001101101110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,95); }

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

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

 a { background-color: rgb(102,141,95); }

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

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

 span { border-color: rgb(102,141,95); }

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