#668A76

Color #668A76 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #668A76

Tints of Cutty Sark #668A76

Color information

#668A76 (or 0x668A76) is unknown color: approx Cutty Sark. HEX triplet: 66, 8A and 76. RGB value is (102,138,118). Sum of RGB (Red+Green+Blue) = 102+138+118=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #668A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A76 is #997589. Grayscale: #7D7D7D. Windows color (decimal): -10057098 or 7768678. OLE color: 7768678.

HSL color Cylindrical-coordinate representation of color #668A76: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A76 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB102138118-
CMYK0.2600.140.46
HSL146.67º15%47.06%-
HSV(B)146.67º26.09%54.12%-
XYZ17.8422.3120.51-
YUV124.96124.07111.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=28.49%
G=38.55%
B=32.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381180.2600.140.46146.671547.06
Hex668A761A0E2E93f2f
Octal14621216632016562231757
Binary11001101000101011101101101001110101110100100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,118); }

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

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

 a { background-color: rgb(102,138,118); }

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

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

 span { border-color: rgb(102,138,118); }

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