Html Css Color HEX #699382 Patina

📋 copy color: '#699382'

red 105 ◦ green 147 ◦ blue 130

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

Shades of Patina #699382

Tints of Patina #699382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.03%

R = 27.49%
G = 38.48%
B = 34.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#699382 (or 0x699382) is known color: Patina. HEX triplet: 69, 93 and 82. RGB value is (105,147,130). Sum of RGB (Red+Green+Blue) = 105+147+130=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #699382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699382 is #966C7D. Grayscale: #848484. Windows color (decimal): -9858174 or 8557417. OLE color: 8557417.

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

Color convert

RGB 105 147 130 -
CMYK 0.29 0 0.12 0.42
HSL 155.71º 0.17% 0.49% -
HSV(B) 155.71º 0.29% 0.58% -
XYZ 20.29 25.48 24.97 -
YUV 132.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 105 147 130 0.29 0 0.12 0.42 155.71 0.17 0.49
Hex 69 93 82 1D 0 C 2A 9C 11 31
Octal 151 223 202 35 0 14 52 234 21 61
Binary 1101001 10010011 10000010 11101 0 1100 101010 10011100 10001 110001

Color Harmonies of #699382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699382

Black with #699382

Text Example


Text Example

White with #699382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699382; }

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

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

background-color css

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

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

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

border-color css

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

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

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