Html Css Color HEX #698981 Patina

📋 copy color: '#698981'

red 105 ◦ green 137 ◦ blue 129

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

Shades of Patina #698981

Tints of Patina #698981

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 28.3%
G = 36.93%
B = 34.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#698981 (or 0x698981) is known color: Patina. HEX triplet: 69, 89 and 81. RGB value is (105,137,129). Sum of RGB (Red+Green+Blue) = 105+137+129=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #698981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698981 is #96767E. Grayscale: #7E7E7E. Windows color (decimal): -9860735 or 8489321. OLE color: 8489321.

HSL color Cylindrical-coordinate representation of color #698981: hue angle of 165º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698981 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 129 -
CMYK 0.23 0 0.06 0.46
HSL 165º 0.13% 0.47% -
HSV(B) 165º 0.23% 0.54% -
XYZ 18.73 22.48 24.12 -
YUV 126.52 129.4 112.65 -
System Red Green Blue C M Y K H S L
Decimal 105 137 129 0.23 0 0.06 0.46 165 0.13 0.47
Hex 69 89 81 17 0 6 2E A5 D 2F
Octal 151 211 201 27 0 6 56 245 15 57
Binary 1101001 10001001 10000001 10111 0 110 101110 10100101 1101 101111

Color Harmonies of #698981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698981

Black with #698981

Text Example


Text Example

White with #698981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698981; }

 p { color: rgb(105,137,129); }

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

background-color css

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

 a { background-color: rgb(105,137,129); }

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

border-color css

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

 span { border-color: rgb(105,137,129); }

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