Html Css Color HEX #699685 Patina

📋 copy color: '#699685'

red 105 ◦ green 150 ◦ blue 133

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

Shades of Patina #699685

Tints of Patina #699685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 27.06%
G = 38.66%
B = 34.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#699685 (or 0x699685) is known color: Patina. HEX triplet: 69, 96 and 85. RGB value is (105,150,133). Sum of RGB (Red+Green+Blue) = 105+150+133=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #699685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699685 is #96697A. Grayscale: #868686. Windows color (decimal): -9857403 or 8754793. OLE color: 8754793.

HSL color Cylindrical-coordinate representation of color #699685: hue angle of 157.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699685 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 133 -
CMYK 0.30 0 0.11 0.41
HSL 157.33º 0.18% 0.5% -
HSV(B) 157.33º 0.3% 0.59% -
XYZ 20.97 26.51 26.2 -
YUV 134.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 105 150 133 0.30 0 0.11 0.41 157.33 0.18 0.5
Hex 69 96 85 1E 0 B 29 9D 12 32
Octal 151 226 205 36 0 13 51 235 22 62
Binary 1101001 10010110 10000101 11110 0 1011 101001 10011101 10010 110010

Color Harmonies of #699685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699685

Black with #699685

Text Example


Text Example

White with #699685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699685; }

 p { color: rgb(105,150,133); }

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

background-color css

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

 a { background-color: rgb(105,150,133); }

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

border-color css

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

 span { border-color: rgb(105,150,133); }

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