Html Css Color HEX #699687 Patina

📋 copy color: '#699687'

red 105 ◦ green 150 ◦ blue 135

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

Shades of Patina #699687

Tints of Patina #699687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#699687 (or 0x699687) is known color: Patina. HEX triplet: 69, 96 and 87. RGB value is (105,150,135). Sum of RGB (Red+Green+Blue) = 105+150+135=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #699687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699687 is #966978. Grayscale: #868686. Windows color (decimal): -9857401 or 8885865. OLE color: 8885865.

HSL color Cylindrical-coordinate representation of color #699687: hue angle of 160º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699687 is Cyan = 0.30, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 135 -
CMYK 0.30 0 0.1 0.41
HSL 160º 0.18% 0.5% -
HSV(B) 160º 0.3% 0.59% -
XYZ 21.11 26.57 26.94 -
YUV 134.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 105 150 135 0.30 0 0.1 0.41 160 0.18 0.5
Hex 69 96 87 1E 0 A 29 A0 12 32
Octal 151 226 207 36 0 12 51 240 22 62
Binary 1101001 10010110 10000111 11110 0 1010 101001 10100000 10010 110010

Color Harmonies of #699687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699687

Black with #699687

Text Example


Text Example

White with #699687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699687; }

 p { color: rgb(105,150,135); }

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

background-color css

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

 a { background-color: rgb(105,150,135); }

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

border-color css

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

 span { border-color: rgb(105,150,135); }

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