Html Css Color HEX #699D89 Patina

📋 copy color: '#699D89'

red 105 ◦ green 157 ◦ blue 137

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

Shades of Patina #699D89

Tints of Patina #699D89

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

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

R = 26.32%
G = 39.35%
B = 34.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#699D89 (or 0x699D89) is known color: Patina. HEX triplet: 69, 9D and 89. RGB value is (105,157,137). Sum of RGB (Red+Green+Blue) = 105+157+137=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #699D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D89 is #966276. Grayscale: #8B8B8B. Windows color (decimal): -9855607 or 9018729. OLE color: 9018729.

HSL color Cylindrical-coordinate representation of color #699D89: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D89 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 137 -
CMYK 0.33 0 0.13 0.38
HSL 156.92º 0.21% 0.51% -
HSV(B) 156.92º 0.33% 0.62% -
XYZ 22.4 28.92 28.07 -
YUV 139.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 105 157 137 0.33 0 0.13 0.38 156.92 0.21 0.51
Hex 69 9D 89 21 0 D 26 9D 15 33
Octal 151 235 211 41 0 15 46 235 25 63
Binary 1101001 10011101 10001001 100001 0 1101 100110 10011101 10101 110011

Color Harmonies of #699D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D89

Black with #699D89

Text Example


Text Example

White with #699D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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