Html Css Color HEX #679D8D Patina

📋 copy color: '#679D8D'

red 103 ◦ green 157 ◦ blue 141

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

Shades of Patina #679D8D

Tints of Patina #679D8D

RGB

 RED value IS 103 (40.63% from 255) = 25.69%

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 25.69%
G = 39.15%
B = 35.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#679D8D (or 0x679D8D) is known color: Patina. HEX triplet: 67, 9D and 8D. RGB value is (103,157,141). Sum of RGB (Red+Green+Blue) = 103+157+141=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #679D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D8D is #986272. Grayscale: #8B8B8B. Windows color (decimal): -9986675 or 9280871. OLE color: 9280871.

HSL color Cylindrical-coordinate representation of color #679D8D: hue angle of 162.22º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D8D is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 157 141 -
CMYK 0.34 0 0.10 0.38
HSL 162.22º 0.22% 0.51% -
HSV(B) 162.22º 0.34% 0.62% -
XYZ 22.46 28.92 29.6 -
YUV 139.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 103 157 141 0.34 0 0.10 0.38 162.22 0.22 0.51
Hex 67 9D 8D 22 0 A 26 A2 16 33
Octal 147 235 215 42 0 12 46 242 26 63
Binary 1100111 10011101 10001101 100010 0 1010 100110 10100010 10110 110011

Color Harmonies of #679D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D8D

Black with #679D8D

Text Example


Text Example

White with #679D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679D8D; }

 p { color: rgb(103,157,141); }

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

background-color css

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

 a { background-color: rgb(103,157,141); }

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

border-color css

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

 span { border-color: rgb(103,157,141); }

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