#6B8879

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

Shades of Cutty Sark #6B8879

Tints of Cutty Sark #6B8879

Color information

#6B8879 (or 0x6B8879) is unknown color: approx Cutty Sark. HEX triplet: 6B, 88 and 79. RGB value is (107,136,121). Sum of RGB (Red+Green+Blue) = 107+136+121=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8879 is #947786. Grayscale: #7D7D7D. Windows color (decimal): -9729927 or 7964779. OLE color: 7964779.

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

Color convert

RGB107136121-
CMYK0.2100.110.47
HSL148.97º11.93%47.65%-
HSV(B)148.97º21.32%53.33%-
XYZ18.3222.1121.39-
YUV125.62125.39114.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=29.40%
G=37.36%
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
Decimal1071361210.2100.110.47148.9711.9347.65
Hex6B8879150B2F95c30
Octal15321017125013572251460
Binary11010111000100011110011010101011101111100101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,121); }

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

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

 a { background-color: rgb(107,136,121); }

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

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

 span { border-color: rgb(107,136,121); }

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