#69988A

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

Shades of Patina #69988A

Tints of Patina #69988A

Color information

#69988A (or 0x69988A) is unknown color: approx Patina. HEX triplet: 69, 98 and 8A. RGB value is (105,152,138). Sum of RGB (Red+Green+Blue) = 105+152+138=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #69988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988A is #966775. Grayscale: #888888. Windows color (decimal): -9856886 or 9082985. OLE color: 9082985.

HSL color Cylindrical-coordinate representation of color #69988A: hue angle of 162.13º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69988A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB105152138-
CMYK0.3100.090.40
HSL162.13º18.58%50.39%-
HSV(B)162.13º30.92%59.61%-
XYZ21.6427.2928.17-
YUV136.35128.93105.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=26.58%
G=38.48%
B=34.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521380.3100.090.40162.1318.5850.39
Hex69988A1F0928a21332
Octal15123021237011502422362
Binary1101001100110001000101011111010011010001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,152,138); }

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

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

 a { background-color: rgb(105,152,138); }

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

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

 span { border-color: rgb(105,152,138); }

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