#68827A

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

Shades of Cutty Sark #68827A

Tints of Cutty Sark #68827A

Color information

#68827A (or 0x68827A) is unknown color: approx Cutty Sark. HEX triplet: 68, 82 and 7A. RGB value is (104,130,122). Sum of RGB (Red+Green+Blue) = 104+130+122=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #68827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68827A is #977D85. Grayscale: #797979. Windows color (decimal): -9928070 or 8028776. OLE color: 8028776.

HSL color Cylindrical-coordinate representation of color #68827A: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68827A is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB104130122-
CMYK0.200.060.49
HSL161.54º11.11%45.88%-
HSV(B)161.54º20%50.98%-
XYZ17.220.3121.43-
YUV121.31128.39115.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=29.21%
G=36.52%
B=34.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301220.200.060.49161.5411.1145.88
Hex68827A140631a2b2e
Octal1502021722406612421356
Binary1101000100000101111010101000110110001101000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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