Html Css Color HEX #699181 Patina

📋 copy color: '#699181'

red 105 ◦ green 145 ◦ blue 129

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

Shades of Patina #699181

Tints of Patina #699181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 27.7%
G = 38.26%
B = 34.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#699181 (or 0x699181) is known color: Patina. HEX triplet: 69, 91 and 81. RGB value is (105,145,129). Sum of RGB (Red+Green+Blue) = 105+145+129=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #699181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699181 is #966E7E. Grayscale: #838383. Windows color (decimal): -9858687 or 8491369. OLE color: 8491369.

HSL color Cylindrical-coordinate representation of color #699181: hue angle of 156º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699181 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 129 -
CMYK 0.28 0 0.11 0.43
HSL 156º 0.16% 0.49% -
HSV(B) 156º 0.28% 0.57% -
XYZ 19.91 24.84 24.51 -
YUV 131.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 105 145 129 0.28 0 0.11 0.43 156 0.16 0.49
Hex 69 91 81 1C 0 B 2B 9C 10 31
Octal 151 221 201 34 0 13 53 234 20 61
Binary 1101001 10010001 10000001 11100 0 1011 101011 10011100 10000 110001

Color Harmonies of #699181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699181

Black with #699181

Text Example


Text Example

White with #699181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699181; }

 p { color: rgb(105,145,129); }

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

background-color css

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

 a { background-color: rgb(105,145,129); }

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

border-color css

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

 span { border-color: rgb(105,145,129); }

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