Html Css Color HEX #699889 Patina

📋 copy color: '#699889'

red 105 ◦ green 152 ◦ blue 137

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

Shades of Patina #699889

Tints of Patina #699889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 26.65%
G = 38.58%
B = 34.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#699889 (or 0x699889) is known color: Patina. HEX triplet: 69, 98 and 89. RGB value is (105,152,137). Sum of RGB (Red+Green+Blue) = 105+152+137=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #699889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699889 is #966776. Grayscale: #888888. Windows color (decimal): -9856887 or 9017449. OLE color: 9017449.

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

Color convert

RGB 105 152 137 -
CMYK 0.31 0 0.10 0.40
HSL 160.85º 0.19% 0.5% -
HSV(B) 160.85º 0.31% 0.6% -
XYZ 21.57 27.27 27.79 -
YUV 136.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 105 152 137 0.31 0 0.10 0.40 160.85 0.19 0.5
Hex 69 98 89 1F 0 A 28 A1 13 32
Octal 151 230 211 37 0 12 50 241 23 62
Binary 1101001 10011000 10001001 11111 0 1010 101000 10100001 10011 110010

Color Harmonies of #699889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699889

Black with #699889

Text Example


Text Example

White with #699889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699889; }

 p { color: rgb(105,152,137); }

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

background-color css

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

 a { background-color: rgb(105,152,137); }

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

border-color css

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

 span { border-color: rgb(105,152,137); }

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