Html Css Color HEX #699D8B Patina

📋 copy color: '#699D8B'

red 105 ◦ green 157 ◦ blue 139

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

Shades of Patina #699D8B

Tints of Patina #699D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 26.18%
G = 39.15%
B = 34.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#699D8B (or 0x699D8B) is known color: Patina. HEX triplet: 69, 9D and 8B. RGB value is (105,157,139). Sum of RGB (Red+Green+Blue) = 105+157+139=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8B is #966274. Grayscale: #8B8B8B. Windows color (decimal): -9855605 or 9149801. OLE color: 9149801.

HSL color Cylindrical-coordinate representation of color #699D8B: hue angle of 159.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699D8B is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 139 -
CMYK 0.33 0 0.11 0.38
HSL 159.23º 0.21% 0.51% -
HSV(B) 159.23º 0.33% 0.62% -
XYZ 22.54 28.98 28.83 -
YUV 139.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 105 157 139 0.33 0 0.11 0.38 159.23 0.21 0.51
Hex 69 9D 8B 21 0 B 26 9F 15 33
Octal 151 235 213 41 0 13 46 237 25 63
Binary 1101001 10011101 10001011 100001 0 1011 100110 10011111 10101 110011

Color Harmonies of #699D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D8B

Black with #699D8B

Text Example


Text Example

White with #699D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,139); }

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

background-color css

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

 a { background-color: rgb(105,157,139); }

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

border-color css

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

 span { border-color: rgb(105,157,139); }

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