#668760

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

Shades of Hippie Green #668760

Tints of Hippie Green #668760

Color information

#668760 (or 0x668760) is unknown color: approx Hippie Green. HEX triplet: 66, 87 and 60. RGB value is (102,135,96). Sum of RGB (Red+Green+Blue) = 102+135+96=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #668760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668760 is #99789F. Grayscale: #787878. Windows color (decimal): -10057888 or 6326118. OLE color: 6326118.

HSL color Cylindrical-coordinate representation of color #668760: hue angle of 110.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668760 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB10213596-
CMYK0.2400.290.47
HSL110.77º16.88%45.29%-
HSV(B)110.77º28.89%52.94%-
XYZ16.252114.26-
YUV120.69114.07114.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=30.63%
G=40.54%
B=28.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135960.2400.290.47110.7716.8845.29
Hex6687601801D2F6f112d
Octal14620714030035571572155
Binary110011010000111110000011000011101101111110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668760; }

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

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

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

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

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

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

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

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