Html Css Color HEX #698F7B Patina

📋 copy color: '#698F7B'

red 105 ◦ green 143 ◦ blue 123

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

Shades of Patina #698F7B

Tints of Patina #698F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

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

R = 28.3%
G = 38.54%
B = 33.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#698F7B (or 0x698F7B) is known color: Patina. HEX triplet: 69, 8F and 7B. RGB value is (105,143,123). Sum of RGB (Red+Green+Blue) = 105+143+123=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #698F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698F7B is #967084. Grayscale: #818181. Windows color (decimal): -9859205 or 8097641. OLE color: 8097641.

HSL color Cylindrical-coordinate representation of color #698F7B: hue angle of 148.42º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F7B is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 123 -
CMYK 0.27 0 0.14 0.44
HSL 148.42º 0.15% 0.49% -
HSV(B) 148.42º 0.27% 0.56% -
XYZ 19.22 24.08 22.37 -
YUV 129.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 105 143 123 0.27 0 0.14 0.44 148.42 0.15 0.49
Hex 69 8F 7B 1B 0 E 2C 94 F 31
Octal 151 217 173 33 0 16 54 224 17 61
Binary 1101001 10001111 1111011 11011 0 1110 101100 10010100 1111 110001

Color Harmonies of #698F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F7B

Black with #698F7B

Text Example


Text Example

White with #698F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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