Html Css Color HEX #699380 Patina

📋 copy color: '#699380'

red 105 ◦ green 147 ◦ blue 128

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

Shades of Patina #699380

Tints of Patina #699380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 27.63%
G = 38.68%
B = 33.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#699380 (or 0x699380) is known color: Patina. HEX triplet: 69, 93 and 80. RGB value is (105,147,128). Sum of RGB (Red+Green+Blue) = 105+147+128=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #699380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699380 is #966C7F. Grayscale: #848484. Windows color (decimal): -9858176 or 8426345. OLE color: 8426345.

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

Color convert

RGB 105 147 128 -
CMYK 0.29 0 0.13 0.42
HSL 152.86º 0.17% 0.49% -
HSV(B) 152.86º 0.29% 0.58% -
XYZ 20.16 25.43 24.27 -
YUV 132.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 105 147 128 0.29 0 0.13 0.42 152.86 0.17 0.49
Hex 69 93 80 1D 0 D 2A 99 11 31
Octal 151 223 200 35 0 15 52 231 21 61
Binary 1101001 10010011 10000000 11101 0 1101 101010 10011001 10001 110001

Color Harmonies of #699380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699380

Black with #699380

Text Example


Text Example

White with #699380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699380; }

 p { color: rgb(105,147,128); }

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

background-color css

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

 a { background-color: rgb(105,147,128); }

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

border-color css

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

 span { border-color: rgb(105,147,128); }

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