Html Css Color HEX #698D7C Patina

📋 copy color: '#698D7C'

red 105 ◦ green 141 ◦ blue 124

#698D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #698D7C

Tints of Patina #698D7C

RGB

 RED value IS 105 (41.41% from 255) = 28.38%

 GREEN value IS 141 (55.47% from 255) = 38.11%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 28.38%
G = 38.11%
B = 33.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#698D7C (or 0x698D7C) is known color: Patina. HEX triplet: 69, 8D and 7C. RGB value is (105,141,124). Sum of RGB (Red+Green+Blue) = 105+141+124=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7C is #967283. Grayscale: #808080. Windows color (decimal): -9859716 or 8162665. OLE color: 8162665.

HSL color Cylindrical-coordinate representation of color #698D7C: hue angle of 151.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 #698D7C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 124 -
CMYK 0.26 0 0.12 0.45
HSL 151.67º 0.15% 0.48% -
HSV(B) 151.67º 0.26% 0.55% -
XYZ 18.99 23.51 22.61 -
YUV 128.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 105 141 124 0.26 0 0.12 0.45 151.67 0.15 0.48
Hex 69 8D 7C 1A 0 C 2D 98 F 30
Octal 151 215 174 32 0 14 55 230 17 60
Binary 1101001 10001101 1111100 11010 0 1100 101101 10011000 1111 110000

Color Harmonies of #698D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D7C

Black with #698D7C

Text Example


Text Example

White with #698D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #698D7C;
 }
 .AnyTagClassName
 {
   color: #698D7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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