Html Css Color HEX #699082 Patina

📋 copy color: '#699082'

red 105 ◦ green 144 ◦ blue 130

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

Shades of Patina #699082

Tints of Patina #699082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 27.7%
G = 37.99%
B = 34.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#699082 (or 0x699082) is known color: Patina. HEX triplet: 69, 90 and 82. RGB value is (105,144,130). Sum of RGB (Red+Green+Blue) = 105+144+130=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #699082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699082 is #966F7D. Grayscale: #828282. Windows color (decimal): -9858942 or 8556649. OLE color: 8556649.

HSL color Cylindrical-coordinate representation of color #699082: hue angle of 158.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #699082 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 130 -
CMYK 0.27 0 0.10 0.44
HSL 158.46º 0.16% 0.49% -
HSV(B) 158.46º 0.27% 0.56% -
XYZ 19.83 24.56 24.81 -
YUV 130.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 105 144 130 0.27 0 0.10 0.44 158.46 0.16 0.49
Hex 69 90 82 1B 0 A 2C 9E 10 31
Octal 151 220 202 33 0 12 54 236 20 61
Binary 1101001 10010000 10000010 11011 0 1010 101100 10011110 10000 110001

Color Harmonies of #699082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699082

Black with #699082

Text Example


Text Example

White with #699082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699082; }

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

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

background-color css

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

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

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

border-color css

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

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

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