Html Css Color HEX #699D8C Patina

📋 copy color: '#699D8C'

red 105 ◦ green 157 ◦ blue 140

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

Shades of Patina #699D8C

Tints of Patina #699D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 26.12%
G = 39.05%
B = 34.83%

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

#699D8C (or 0x699D8C) is known color: Patina. HEX triplet: 69, 9D and 8C. RGB value is (105,157,140). Sum of RGB (Red+Green+Blue) = 105+157+140=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #699D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699D8C is #966273. Grayscale: #8B8B8B. Windows color (decimal): -9855604 or 9215337. OLE color: 9215337.

HSL color Cylindrical-coordinate representation of color #699D8C: hue angle of 160.38º 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 #699D8C is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 140 -
CMYK 0.33 0 0.11 0.38
HSL 160.38º 0.21% 0.51% -
HSV(B) 160.38º 0.33% 0.62% -
XYZ 22.62 29.01 29.22 -
YUV 139.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 105 157 140 0.33 0 0.11 0.38 160.38 0.21 0.51
Hex 69 9D 8C 21 0 B 26 A0 15 33
Octal 151 235 214 41 0 13 46 240 25 63
Binary 1101001 10011101 10001100 100001 0 1011 100110 10100000 10101 110011

Color Harmonies of #699D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D8C

Black with #699D8C

Text Example


Text Example

White with #699D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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