#68867B

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

Shades of Cutty Sark #68867B

Tints of Cutty Sark #68867B

Color information

#68867B (or 0x68867B) is unknown color: approx Cutty Sark. HEX triplet: 68, 86 and 7B. RGB value is (104,134,123). Sum of RGB (Red+Green+Blue) = 104+134+123=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #68867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68867B is #977984. Grayscale: #7B7B7B. Windows color (decimal): -9927045 or 8095336. OLE color: 8095336.

HSL color Cylindrical-coordinate representation of color #68867B: hue angle of 158º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68867B is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB104134123-
CMYK0.2200.080.47
HSL158º12.61%46.67%-
HSV(B)158º22.39%52.55%-
XYZ17.8121.4221.94-
YUV123.78127.56113.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=28.81%
G=37.12%
B=34.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341230.2200.080.4715812.6146.67
Hex68867B16082F9ed2f
Octal15020617326010572361557
Binary11010001000011011110111011001000101111100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68867B; }

 p { color: rgb(104,134,123); }

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

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

 a { background-color: rgb(104,134,123); }

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

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

 span { border-color: rgb(104,134,123); }

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