Html Css Color HEX #699584 Patina

📋 copy color: '#699584'

red 105 ◦ green 149 ◦ blue 132

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

Shades of Patina #699584

Tints of Patina #699584

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 27.2%
G = 38.6%
B = 34.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#699584 (or 0x699584) is known color: Patina. HEX triplet: 69, 95 and 84. RGB value is (105,149,132). Sum of RGB (Red+Green+Blue) = 105+149+132=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #699584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699584 is #966A7B. Grayscale: #858585. Windows color (decimal): -9857660 or 8689001. OLE color: 8689001.

HSL color Cylindrical-coordinate representation of color #699584: hue angle of 156.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699584 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 132 -
CMYK 0.30 0 0.11 0.42
HSL 156.82º 0.17% 0.5% -
HSV(B) 156.82º 0.3% 0.58% -
XYZ 20.74 26.16 25.79 -
YUV 133.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 105 149 132 0.30 0 0.11 0.42 156.82 0.17 0.5
Hex 69 95 84 1E 0 B 2A 9D 11 32
Octal 151 225 204 36 0 13 52 235 21 62
Binary 1101001 10010101 10000100 11110 0 1011 101010 10011101 10001 110010

Color Harmonies of #699584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699584

Black with #699584

Text Example


Text Example

White with #699584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699584; }

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

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

background-color css

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

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

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

border-color css

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

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

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