Html Css Color HEX #698D7B Patina

📋 copy color: '#698D7B'

red 105 ◦ green 141 ◦ blue 123

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

Shades of Patina #698D7B

Tints of Patina #698D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 28.46%
G = 38.21%
B = 33.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#698D7B (or 0x698D7B) is known color: Patina. HEX triplet: 69, 8D and 7B. RGB value is (105,141,123). Sum of RGB (Red+Green+Blue) = 105+141+123=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #698D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698D7B is #967284. Grayscale: #808080. Windows color (decimal): -9859717 or 8097129. OLE color: 8097129.

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

Color convert

RGB 105 141 123 -
CMYK 0.26 0 0.13 0.45
HSL 150º 0.15% 0.48% -
HSV(B) 150º 0.26% 0.55% -
XYZ 18.93 23.48 22.27 -
YUV 128.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 105 141 123 0.26 0 0.13 0.45 150 0.15 0.48
Hex 69 8D 7B 1A 0 D 2D 96 F 30
Octal 151 215 173 32 0 15 55 226 17 60
Binary 1101001 10001101 1111011 11010 0 1101 101101 10010110 1111 110000

Color Harmonies of #698D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D7B

Black with #698D7B

Text Example


Text Example

White with #698D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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