Html Css Color HEX #699B89 Patina

📋 copy color: '#699B89'

red 105 ◦ green 155 ◦ blue 137

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

Shades of Patina #699B89

Tints of Patina #699B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 26.45%
G = 39.04%
B = 34.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#699B89 (or 0x699B89) is known color: Patina. HEX triplet: 69, 9B and 89. RGB value is (105,155,137). Sum of RGB (Red+Green+Blue) = 105+155+137=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #699B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B89 is #966476. Grayscale: #8A8A8A. Windows color (decimal): -9856119 or 9018217. OLE color: 9018217.

HSL color Cylindrical-coordinate representation of color #699B89: hue angle of 158.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B89 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 137 -
CMYK 0.32 0 0.12 0.39
HSL 158.4º 0.2% 0.51% -
HSV(B) 158.4º 0.32% 0.61% -
XYZ 22.06 28.25 27.96 -
YUV 138 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 105 155 137 0.32 0 0.12 0.39 158.4 0.2 0.51
Hex 69 9B 89 20 0 C 27 9E 14 33
Octal 151 233 211 40 0 14 47 236 24 63
Binary 1101001 10011011 10001001 100000 0 1100 100111 10011110 10100 110011

Color Harmonies of #699B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B89

Black with #699B89

Text Example


Text Example

White with #699B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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