Html Css Color HEX #699383 Patina

📋 copy color: '#699383'

red 105 ◦ green 147 ◦ blue 131

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

Shades of Patina #699383

Tints of Patina #699383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 27.42%
G = 38.38%
B = 34.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#699383 (or 0x699383) is known color: Patina. HEX triplet: 69, 93 and 83. RGB value is (105,147,131). Sum of RGB (Red+Green+Blue) = 105+147+131=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #699383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699383 is #966C7C. Grayscale: #848484. Windows color (decimal): -9858173 or 8622953. OLE color: 8622953.

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

Color convert

RGB 105 147 131 -
CMYK 0.29 0 0.11 0.42
HSL 157.14º 0.17% 0.49% -
HSV(B) 157.14º 0.29% 0.58% -
XYZ 20.36 25.51 25.32 -
YUV 132.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 105 147 131 0.29 0 0.11 0.42 157.14 0.17 0.49
Hex 69 93 83 1D 0 B 2A 9D 11 31
Octal 151 223 203 35 0 13 52 235 21 61
Binary 1101001 10010011 10000011 11101 0 1011 101010 10011101 10001 110001

Color Harmonies of #699383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699383

Black with #699383

Text Example


Text Example

White with #699383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699383; }

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

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

background-color css

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

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

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

border-color css

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

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

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