#68847A

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

Shades of Cutty Sark #68847A

Tints of Cutty Sark #68847A

Color information

#68847A (or 0x68847A) is unknown color: approx Cutty Sark. HEX triplet: 68, 84 and 7A. RGB value is (104,132,122). Sum of RGB (Red+Green+Blue) = 104+132+122=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #68847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847A is #977B85. Grayscale: #7A7A7A. Windows color (decimal): -9927558 or 8029288. OLE color: 8029288.

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

Color convert

RGB104132122-
CMYK0.2100.080.48
HSL158.57º11.86%46.27%-
HSV(B)158.57º21.21%51.76%-
XYZ17.4720.8521.52-
YUV122.49127.72114.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=29.05%
G=36.87%
B=34.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321220.2100.080.48158.5711.8646.27
Hex68847A1508309fc2e
Octal15020417225010602371456
Binary11010001000010011110101010101000110000100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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