#69998B

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

Shades of Patina #69998B

Tints of Patina #69998B

Color information

#69998B (or 0x69998B) is unknown color: approx Patina. HEX triplet: 69, 99 and 8B. RGB value is (105,153,139). Sum of RGB (Red+Green+Blue) = 105+153+139=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #69998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998B is #966674. Grayscale: #898989. Windows color (decimal): -9856629 or 9148777. OLE color: 9148777.

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

Color convert

RGB105153139-
CMYK0.3100.090.4
HSL162.5º19.05%50.59%-
HSV(B)162.5º31.37%60%-
XYZ21.8827.6528.61-
YUV137.05129.1105.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=26.45%
G=38.54%
B=35.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531390.3100.090.4162.519.0550.59
Hex69998B1F0928a21333
Octal15123121337011502422363
Binary1101001100110011000101111111010011010001010001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69998B; }

 p { color: rgb(105,153,139); }

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

<style>
 a { background-color: #69998B; }

 a { background-color: rgb(105,153,139); }

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

<style>
 span { border-color: #69998B; }

 span { border-color: rgb(105,153,139); }

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