Html Css Color HEX #699B82 Patina

📋 copy color: '#699B82'

red 105 ◦ green 155 ◦ blue 130

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

Shades of Patina #699B82

Tints of Patina #699B82

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.74%

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

R = 26.92%
G = 39.74%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#699B82 (or 0x699B82) is known color: Patina. HEX triplet: 69, 9B and 82. RGB value is (105,155,130). Sum of RGB (Red+Green+Blue) = 105+155+130=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 155 - color contains mainly: green. Hex color #699B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B82 is #96647D. Grayscale: #898989. Windows color (decimal): -9856126 or 8559465. OLE color: 8559465.

HSL color Cylindrical-coordinate representation of color #699B82: hue angle of 150º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B82 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 130 -
CMYK 0.32 0 0.16 0.39
HSL 150º 0.2% 0.51% -
HSV(B) 150º 0.32% 0.61% -
XYZ 21.58 28.06 25.4 -
YUV 137.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 105 155 130 0.32 0 0.16 0.39 150 0.2 0.51
Hex 69 9B 82 20 0 10 27 96 14 33
Octal 151 233 202 40 0 20 47 226 24 63
Binary 1101001 10011011 10000010 100000 0 10000 100111 10010110 10100 110011

Color Harmonies of #699B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B82

Black with #699B82

Text Example


Text Example

White with #699B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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