#6A8778

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

Shades of Cutty Sark #6A8778

Tints of Cutty Sark #6A8778

Color information

#6A8778 (or 0x6A8778) is unknown color: approx Cutty Sark. HEX triplet: 6A, 87 and 78. RGB value is (106,135,120). Sum of RGB (Red+Green+Blue) = 106+135+120=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8778 is #957887. Grayscale: #7C7C7C. Windows color (decimal): -9795720 or 7898986. OLE color: 7898986.

HSL color Cylindrical-coordinate representation of color #6A8778: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8778 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB106135120-
CMYK0.2100.110.47
HSL148.97º12.03%47.25%-
HSV(B)148.97º21.48%52.94%-
XYZ1821.7521.02-
YUV124.62125.39114.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=29.36%
G=37.40%
B=33.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061351200.2100.110.47148.9712.0347.25
Hex6A8778150B2F95c2f
Octal15220717025013572251457
Binary11010101000011111110001010101011101111100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8778; }

 p { color: rgb(106,135,120); }

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

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

 a { background-color: rgb(106,135,120); }

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

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

 span { border-color: rgb(106,135,120); }

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