Html Css Color HEX #678D79 Patina

📋 copy color: '#678D79'

red 103 ◦ green 141 ◦ blue 121

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

Shades of Patina #678D79

Tints of Patina #678D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 28.22%
G = 38.63%
B = 33.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#678D79 (or 0x678D79) is known color: Patina. HEX triplet: 67, 8D and 79. RGB value is (103,141,121). Sum of RGB (Red+Green+Blue) = 103+141+121=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #678D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678D79 is #987286. Grayscale: #7F7F7F. Windows color (decimal): -9990791 or 7966055. OLE color: 7966055.

HSL color Cylindrical-coordinate representation of color #678D79: hue angle of 148.42º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D79 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 141 121 -
CMYK 0.27 0 0.14 0.45
HSL 148.42º 0.16% 0.48% -
HSV(B) 148.42º 0.27% 0.55% -
XYZ 18.57 23.31 21.61 -
YUV 127.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 103 141 121 0.27 0 0.14 0.45 148.42 0.16 0.48
Hex 67 8D 79 1B 0 E 2D 94 10 30
Octal 147 215 171 33 0 16 55 224 20 60
Binary 1100111 10001101 1111001 11011 0 1110 101101 10010100 10000 110000

Color Harmonies of #678D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678D79

Black with #678D79

Text Example


Text Example

White with #678D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678D79; }

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

 H1.HeaderClassName
 {
   color: #678D79;
 }
 .AnyTagClassName
 {
   color: #678D79;
 }
</style>

background-color css

<style>
 a { background-color: #678D79; }

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

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

border-color css

<style>
 span { border-color: #678D79; }

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

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