Html Css Color HEX #699487 Patina

📋 copy color: '#699487'

red 105 ◦ green 148 ◦ blue 135

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

Shades of Patina #699487

Tints of Patina #699487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 27.06%
G = 38.14%
B = 34.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#699487 (or 0x699487) is known color: Patina. HEX triplet: 69, 94 and 87. RGB value is (105,148,135). Sum of RGB (Red+Green+Blue) = 105+148+135=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #699487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699487 is #966B78. Grayscale: #858585. Windows color (decimal): -9857913 or 8885353. OLE color: 8885353.

HSL color Cylindrical-coordinate representation of color #699487: hue angle of 161.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699487 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 135 -
CMYK 0.29 0 0.09 0.42
HSL 161.86º 0.17% 0.5% -
HSV(B) 161.86º 0.29% 0.58% -
XYZ 20.79 25.93 26.83 -
YUV 133.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 105 148 135 0.29 0 0.09 0.42 161.86 0.17 0.5
Hex 69 94 87 1D 0 9 2A A2 11 32
Octal 151 224 207 35 0 11 52 242 21 62
Binary 1101001 10010100 10000111 11101 0 1001 101010 10100010 10001 110010

Color Harmonies of #699487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699487

Black with #699487

Text Example


Text Example

White with #699487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699487; }

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

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

background-color css

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

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

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

border-color css

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

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

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