Html Css Color HEX #699887 Patina

📋 copy color: '#699887'

red 105 ◦ green 152 ◦ blue 135

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

Shades of Patina #699887

Tints of Patina #699887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 26.79%
G = 38.78%
B = 34.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#699887 (or 0x699887) is known color: Patina. HEX triplet: 69, 98 and 87. RGB value is (105,152,135). Sum of RGB (Red+Green+Blue) = 105+152+135=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #699887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699887 is #966778. Grayscale: #888888. Windows color (decimal): -9856889 or 8886377. OLE color: 8886377.

HSL color Cylindrical-coordinate representation of color #699887: hue angle of 158.3º 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 #699887 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 135 -
CMYK 0.31 0 0.11 0.40
HSL 158.3º 0.19% 0.5% -
HSV(B) 158.3º 0.31% 0.6% -
XYZ 21.43 27.21 27.04 -
YUV 136.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 105 152 135 0.31 0 0.11 0.40 158.3 0.19 0.5
Hex 69 98 87 1F 0 B 28 9E 13 32
Octal 151 230 207 37 0 13 50 236 23 62
Binary 1101001 10011000 10000111 11111 0 1011 101000 10011110 10011 110010

Color Harmonies of #699887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699887

Black with #699887

Text Example


Text Example

White with #699887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699887; }

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

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

background-color css

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

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

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

border-color css

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

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

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