#698D7F

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

Shades of Patina #698D7F

Tints of Patina #698D7F

Color information

#698D7F (or 0x698D7F) is unknown color: approx Patina. HEX triplet: 69, 8D and 7F. RGB value is (105,141,127). Sum of RGB (Red+Green+Blue) = 105+141+127=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7F is #967280. Grayscale: #808080. Windows color (decimal): -9859713 or 8359273. OLE color: 8359273.

HSL color Cylindrical-coordinate representation of color #698D7F: hue angle of 156.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D7F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB105141127-
CMYK0.2600.100.45
HSL156.67º14.63%48.24%-
HSV(B)156.67º25.53%55.29%-
XYZ19.1823.5923.62-
YUV128.64127.07111.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 127 (50% from 255) = 34.05%
R=28.15%
G=37.80%
B=34.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051411270.2600.100.45156.6714.6348.24
Hex698D7F1A0A2D9df30
Octal15121517732012552351760
Binary11010011000110111111111101001010101101100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D7F; }

 p { color: rgb(105,141,127); }

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

<style>
 a { background-color: #698D7F; }

 a { background-color: rgb(105,141,127); }

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

<style>
 span { border-color: #698D7F; }

 span { border-color: rgb(105,141,127); }

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