Html Css Color HEX #699981 Patina

📋 copy color: '#699981'

red 105 ◦ green 153 ◦ blue 129

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

Shades of Patina #699981

Tints of Patina #699981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

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

R = 27.13%
G = 39.53%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#699981 (or 0x699981) is known color: Patina. HEX triplet: 69, 99 and 81. RGB value is (105,153,129). Sum of RGB (Red+Green+Blue) = 105+153+129=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #699981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699981 is #96667E. Grayscale: #878787. Windows color (decimal): -9856639 or 8493417. OLE color: 8493417.

HSL color Cylindrical-coordinate representation of color #699981: hue angle of 150º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699981 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 129 -
CMYK 0.31 0 0.16 0.4
HSL 150º 0.19% 0.51% -
HSV(B) 150º 0.31% 0.6% -
XYZ 21.18 27.37 24.94 -
YUV 135.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 105 153 129 0.31 0 0.16 0.4 150 0.19 0.51
Hex 69 99 81 1F 0 10 28 96 13 33
Octal 151 231 201 37 0 20 50 226 23 63
Binary 1101001 10011001 10000001 11111 0 10000 101000 10010110 10011 110011

Color Harmonies of #699981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699981

Black with #699981

Text Example


Text Example

White with #699981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699981; }

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

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

background-color css

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

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

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

border-color css

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

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

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