Html Css Color HEX #698A7D Patina

📋 copy color: '#698A7D'

red 105 ◦ green 138 ◦ blue 125

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

Shades of Patina #698A7D

Tints of Patina #698A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 28.53%
G = 37.5%
B = 33.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#698A7D (or 0x698A7D) is known color: Patina. HEX triplet: 69, 8A and 7D. RGB value is (105,138,125). Sum of RGB (Red+Green+Blue) = 105+138+125=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #698A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698A7D is #967582. Grayscale: #7E7E7E. Windows color (decimal): -9860483 or 8227433. OLE color: 8227433.

HSL color Cylindrical-coordinate representation of color #698A7D: hue angle of 156.36º 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 #698A7D is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 138 125 -
CMYK 0.24 0 0.09 0.46
HSL 156.36º 0.14% 0.48% -
HSV(B) 156.36º 0.24% 0.54% -
XYZ 18.62 22.66 22.79 -
YUV 126.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 105 138 125 0.24 0 0.09 0.46 156.36 0.14 0.48
Hex 69 8A 7D 18 0 9 2E 9C E 30
Octal 151 212 175 30 0 11 56 234 16 60
Binary 1101001 10001010 1111101 11000 0 1001 101110 10011100 1110 110000

Color Harmonies of #698A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A7D

Black with #698A7D

Text Example


Text Example

White with #698A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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