Html Css Color HEX #678C84 Patina

📋 copy color: '#678C84'

red 103 ◦ green 140 ◦ blue 132

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

Shades of Patina #678C84

Tints of Patina #678C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 27.47%
G = 37.33%
B = 35.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#678C84 (or 0x678C84) is known color: Patina. HEX triplet: 67, 8C and 84. RGB value is (103,140,132). Sum of RGB (Red+Green+Blue) = 103+140+132=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #678C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678C84 is #98737B. Grayscale: #808080. Windows color (decimal): -9991036 or 8686695. OLE color: 8686695.

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

Color convert

RGB 103 140 132 -
CMYK 0.26 0 0.06 0.45
HSL 167.03º 0.15% 0.48% -
HSV(B) 167.03º 0.26% 0.55% -
XYZ 19.14 23.31 25.32 -
YUV 128.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 103 140 132 0.26 0 0.06 0.45 167.03 0.15 0.48
Hex 67 8C 84 1A 0 6 2D A7 F 30
Octal 147 214 204 32 0 6 55 247 17 60
Binary 1100111 10001100 10000100 11010 0 110 101101 10100111 1111 110000

Color Harmonies of #678C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678C84

Black with #678C84

Text Example


Text Example

White with #678C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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