Html Css Color HEX #698D7E Patina

📋 copy color: '#698D7E'

red 105 ◦ green 141 ◦ blue 126

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

Shades of Patina #698D7E

Tints of Patina #698D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 28.23%
G = 37.9%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#698D7E (or 0x698D7E) is known color: Patina. HEX triplet: 69, 8D and 7E. RGB value is (105,141,126). Sum of RGB (Red+Green+Blue) = 105+141+126=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7E is #967281. Grayscale: #808080. Windows color (decimal): -9859714 or 8293737. OLE color: 8293737.

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

Color convert

RGB 105 141 126 -
CMYK 0.26 0 0.11 0.45
HSL 155º 0.15% 0.48% -
HSV(B) 155º 0.26% 0.55% -
XYZ 19.12 23.56 23.28 -
YUV 128.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 105 141 126 0.26 0 0.11 0.45 155 0.15 0.48
Hex 69 8D 7E 1A 0 B 2D 9B F 30
Octal 151 215 176 32 0 13 55 233 17 60
Binary 1101001 10001101 1111110 11010 0 1011 101101 10011011 1111 110000

Color Harmonies of #698D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D7E

Black with #698D7E

Text Example


Text Example

White with #698D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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