Html Css Color HEX #699084 Patina

📋 copy color: '#699084'

red 105 ◦ green 144 ◦ blue 132

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

Shades of Patina #699084

Tints of Patina #699084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 27.56%
G = 37.8%
B = 34.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#699084 (or 0x699084) is known color: Patina. HEX triplet: 69, 90 and 84. RGB value is (105,144,132). Sum of RGB (Red+Green+Blue) = 105+144+132=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #699084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699084 is #966F7B. Grayscale: #828282. Windows color (decimal): -9858940 or 8687721. OLE color: 8687721.

HSL color Cylindrical-coordinate representation of color #699084: hue angle of 161.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699084 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 132 -
CMYK 0.27 0 0.08 0.44
HSL 161.54º 0.16% 0.49% -
HSV(B) 161.54º 0.27% 0.56% -
XYZ 19.96 24.62 25.53 -
YUV 130.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 105 144 132 0.27 0 0.08 0.44 161.54 0.16 0.49
Hex 69 90 84 1B 0 8 2C A2 10 31
Octal 151 220 204 33 0 10 54 242 20 61
Binary 1101001 10010000 10000100 11011 0 1000 101100 10100010 10000 110001

Color Harmonies of #699084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699084

Black with #699084

Text Example


Text Example

White with #699084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699084; }

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

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

background-color css

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

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

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

border-color css

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

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

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