#69847A

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

Shades of Cutty Sark #69847A

Tints of Cutty Sark #69847A

Color information

#69847A (or 0x69847A) is unknown color: approx Cutty Sark. HEX triplet: 69, 84 and 7A. RGB value is (105,132,122). Sum of RGB (Red+Green+Blue) = 105+132+122=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #69847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69847A is #967B85. Grayscale: #7A7A7A. Windows color (decimal): -9862022 or 8029289. OLE color: 8029289.

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

Color convert

RGB105132122-
CMYK0.2000.080.48
HSL157.78º11.39%46.47%-
HSV(B)157.78º20.45%51.76%-
XYZ17.5920.9121.52-
YUV122.79127.55115.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=29.25%
G=36.77%
B=33.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321220.2000.080.48157.7811.3946.47
Hex69847A1408309eb2e
Octal15120417224010602361356
Binary11010011000010011110101010001000110000100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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