Html Css Color HEX #698A7C Patina

📋 copy color: '#698A7C'

red 105 ◦ green 138 ◦ blue 124

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

Shades of Patina #698A7C

Tints of Patina #698A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.6%

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

R = 28.61%
G = 37.6%
B = 33.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#698A7C (or 0x698A7C) is known color: Patina. HEX triplet: 69, 8A and 7C. RGB value is (105,138,124). Sum of RGB (Red+Green+Blue) = 105+138+124=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #698A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A7C is #967583. Grayscale: #7E7E7E. Windows color (decimal): -9860484 or 8161897. OLE color: 8161897.

HSL color Cylindrical-coordinate representation of color #698A7C: hue angle of 154.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698A7C is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 124 -
CMYK 0.24 0 0.10 0.46
HSL 154.55º 0.14% 0.48% -
HSV(B) 154.55º 0.24% 0.54% -
XYZ 18.55 22.64 22.46 -
YUV 126.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 105 138 124 0.24 0 0.10 0.46 154.55 0.14 0.48
Hex 69 8A 7C 18 0 A 2E 9B E 30
Octal 151 212 174 30 0 12 56 233 16 60
Binary 1101001 10001010 1111100 11000 0 1010 101110 10011011 1110 110000

Color Harmonies of #698A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A7C

Black with #698A7C

Text Example


Text Example

White with #698A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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