Html Css Color HEX #678E85 Patina

📋 copy color: '#678E85'

red 103 ◦ green 142 ◦ blue 133

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

Shades of Patina #678E85

Tints of Patina #678E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 27.25%
G = 37.57%
B = 35.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#678E85 (or 0x678E85) is known color: Patina. HEX triplet: 67, 8E and 85. RGB value is (103,142,133). Sum of RGB (Red+Green+Blue) = 103+142+133=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 142 - color contains mainly: green. Hex color #678E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E85 is #98717A. Grayscale: #818181. Windows color (decimal): -9990523 or 8752743. OLE color: 8752743.

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

Color convert

RGB 103 142 133 -
CMYK 0.27 0 0.06 0.44
HSL 166.15º 0.16% 0.48% -
HSV(B) 166.15º 0.27% 0.56% -
XYZ 19.5 23.92 25.78 -
YUV 129.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 103 142 133 0.27 0 0.06 0.44 166.15 0.16 0.48
Hex 67 8E 85 1B 0 6 2C A6 10 30
Octal 147 216 205 33 0 6 54 246 20 60
Binary 1100111 10001110 10000101 11011 0 110 101100 10100110 10000 110000

Color Harmonies of #678E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678E85

Black with #678E85

Text Example


Text Example

White with #678E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,142,133); }

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

background-color css

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

 a { background-color: rgb(103,142,133); }

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

border-color css

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

 span { border-color: rgb(103,142,133); }

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