Html Css Color HEX #698A82 Patina

📋 copy color: '#698A82'

red 105 ◦ green 138 ◦ blue 130

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

Shades of Patina #698A82

Tints of Patina #698A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 28.15%
G = 37%
B = 34.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#698A82 (or 0x698A82) is known color: Patina. HEX triplet: 69, 8A and 82. RGB value is (105,138,130). Sum of RGB (Red+Green+Blue) = 105+138+130=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #698A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A82 is #96757D. Grayscale: #7F7F7F. Windows color (decimal): -9860478 or 8555113. OLE color: 8555113.

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

Color convert

RGB 105 138 130 -
CMYK 0.24 0 0.06 0.46
HSL 165.45º 0.14% 0.48% -
HSV(B) 165.45º 0.24% 0.54% -
XYZ 18.94 22.79 24.52 -
YUV 127.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 105 138 130 0.24 0 0.06 0.46 165.45 0.14 0.48
Hex 69 8A 82 18 0 6 2E A5 E 30
Octal 151 212 202 30 0 6 56 245 16 60
Binary 1101001 10001010 10000010 11000 0 110 101110 10100101 1110 110000

Color Harmonies of #698A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698A82

Black with #698A82

Text Example


Text Example

White with #698A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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