Html Css Color HEX #699684 Patina

📋 copy color: '#699684'

red 105 ◦ green 150 ◦ blue 132

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

Shades of Patina #699684

Tints of Patina #699684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 27.13%
G = 38.76%
B = 34.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#699684 (or 0x699684) is known color: Patina. HEX triplet: 69, 96 and 84. RGB value is (105,150,132). Sum of RGB (Red+Green+Blue) = 105+150+132=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #699684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699684 is #96697B. Grayscale: #868686. Windows color (decimal): -9857404 or 8689257. OLE color: 8689257.

HSL color Cylindrical-coordinate representation of color #699684: hue angle of 156º 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 #699684 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 132 -
CMYK 0.30 0 0.12 0.41
HSL 156º 0.18% 0.5% -
HSV(B) 156º 0.3% 0.59% -
XYZ 20.9 26.48 25.84 -
YUV 134.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 105 150 132 0.30 0 0.12 0.41 156 0.18 0.5
Hex 69 96 84 1E 0 C 29 9C 12 32
Octal 151 226 204 36 0 14 51 234 22 62
Binary 1101001 10010110 10000100 11110 0 1100 101001 10011100 10010 110010

Color Harmonies of #699684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699684

Black with #699684

Text Example


Text Example

White with #699684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699684; }

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

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

background-color css

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

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

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

border-color css

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

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

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