#69837A

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

Shades of Cutty Sark #69837A

Tints of Cutty Sark #69837A

Color information

#69837A (or 0x69837A) is unknown color: approx Cutty Sark. HEX triplet: 69, 83 and 7A. RGB value is (105,131,122). Sum of RGB (Red+Green+Blue) = 105+131+122=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #69837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69837A is #967C85. Grayscale: #7A7A7A. Windows color (decimal): -9862278 or 8029033. OLE color: 8029033.

HSL color Cylindrical-coordinate representation of color #69837A: hue angle of 159.23º 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 #69837A is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB105131122-
CMYK0.2000.070.49
HSL159.23º11.02%46.27%-
HSV(B)159.23º19.85%51.37%-
XYZ17.4520.6421.48-
YUV122.2127.89115.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=29.33%
G=36.59%
B=34.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311220.2000.070.49159.2311.0246.27
Hex69837A1407319fb2e
Octal1512031722407612371356
Binary1101001100000111111010101000111110001100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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