Html Css Color HEX #678A82 Patina

📋 copy color: '#678A82'

red 103 ◦ green 138 ◦ blue 130

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

Shades of Patina #678A82

Tints of Patina #678A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 27.76%
G = 37.2%
B = 35.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#678A82 (or 0x678A82) is known color: Patina. HEX triplet: 67, 8A and 82. RGB value is (103,138,130). Sum of RGB (Red+Green+Blue) = 103+138+130=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #678A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678A82 is #98757D. Grayscale: #7E7E7E. Windows color (decimal): -9991550 or 8555111. OLE color: 8555111.

HSL color Cylindrical-coordinate representation of color #678A82: hue angle of 166.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678A82 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 138 130 -
CMYK 0.25 0 0.06 0.46
HSL 166.29º 0.15% 0.47% -
HSV(B) 166.29º 0.25% 0.54% -
XYZ 18.71 22.67 24.51 -
YUV 126.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 103 138 130 0.25 0 0.06 0.46 166.29 0.15 0.47
Hex 67 8A 82 19 0 6 2E A6 F 2F
Octal 147 212 202 31 0 6 56 246 17 57
Binary 1100111 10001010 10000010 11001 0 110 101110 10100110 1111 101111

Color Harmonies of #678A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678A82

Black with #678A82

Text Example


Text Example

White with #678A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,138,130); }

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

background-color css

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

 a { background-color: rgb(103,138,130); }

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

border-color css

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

 span { border-color: rgb(103,138,130); }

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