Html Css Color HEX #699081 Patina

📋 copy color: '#699081'

red 105 ◦ green 144 ◦ blue 129

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

Shades of Patina #699081

Tints of Patina #699081

RGB

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

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

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

R = 27.78%
G = 38.1%
B = 34.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#699081 (or 0x699081) is known color: Patina. HEX triplet: 69, 90 and 81. RGB value is (105,144,129). Sum of RGB (Red+Green+Blue) = 105+144+129=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #699081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699081 is #966F7E. Grayscale: #828282. Windows color (decimal): -9858943 or 8491113. OLE color: 8491113.

HSL color Cylindrical-coordinate representation of color #699081: hue angle of 156.92º 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 #699081 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 129 -
CMYK 0.27 0 0.10 0.44
HSL 156.92º 0.16% 0.49% -
HSV(B) 156.92º 0.27% 0.56% -
XYZ 19.76 24.53 24.46 -
YUV 130.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 105 144 129 0.27 0 0.10 0.44 156.92 0.16 0.49
Hex 69 90 81 1B 0 A 2C 9D 10 31
Octal 151 220 201 33 0 12 54 235 20 61
Binary 1101001 10010000 10000001 11011 0 1010 101100 10011101 10000 110001

Color Harmonies of #699081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699081

Black with #699081

Text Example


Text Example

White with #699081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699081; }

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

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

background-color css

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

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

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

border-color css

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

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

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