#68857A

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

Shades of Cutty Sark #68857A

Tints of Cutty Sark #68857A

Color information

#68857A (or 0x68857A) is unknown color: approx Cutty Sark. HEX triplet: 68, 85 and 7A. RGB value is (104,133,122). Sum of RGB (Red+Green+Blue) = 104+133+122=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #68857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68857A is #977A85. Grayscale: #7B7B7B. Windows color (decimal): -9927302 or 8029544. OLE color: 8029544.

HSL color Cylindrical-coordinate representation of color #68857A: hue angle of 157.24º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68857A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB104133122-
CMYK0.2200.080.48
HSL157.24º12.24%46.47%-
HSV(B)157.24º21.8%52.16%-
XYZ17.6121.1221.56-
YUV123.08127.39114.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=28.97%
G=37.05%
B=33.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331220.2200.080.48157.2412.2446.47
Hex68857A1608309dc2e
Octal15020517226010602351456
Binary11010001000010111110101011001000110000100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68857A; }

 p { color: rgb(104,133,122); }

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

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

 a { background-color: rgb(104,133,122); }

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

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

 span { border-color: rgb(104,133,122); }

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