Html Css Color HEX #679D8C Patina

📋 copy color: '#679D8C'

red 103 ◦ green 157 ◦ blue 140

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

Shades of Patina #679D8C

Tints of Patina #679D8C

RGB

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

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

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

R = 25.75%
G = 39.25%
B = 35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#679D8C (or 0x679D8C) is known color: Patina. HEX triplet: 67, 9D and 8C. RGB value is (103,157,140). Sum of RGB (Red+Green+Blue) = 103+157+140=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #679D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679D8C is #986273. Grayscale: #8A8A8A. Windows color (decimal): -9986676 or 9215335. OLE color: 9215335.

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

Color convert

RGB 103 157 140 -
CMYK 0.34 0 0.11 0.38
HSL 161.11º 0.22% 0.51% -
HSV(B) 161.11º 0.34% 0.62% -
XYZ 22.38 28.89 29.21 -
YUV 138.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 103 157 140 0.34 0 0.11 0.38 161.11 0.22 0.51
Hex 67 9D 8C 22 0 B 26 A1 16 33
Octal 147 235 214 42 0 13 46 241 26 63
Binary 1100111 10011101 10001100 100010 0 1011 100110 10100001 10110 110011

Color Harmonies of #679D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D8C

Black with #679D8C

Text Example


Text Example

White with #679D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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