Html Css Color HEX #679788 Patina

📋 copy color: '#679788'

red 103 ◦ green 151 ◦ blue 136

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

Shades of Patina #679788

Tints of Patina #679788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 26.41%
G = 38.72%
B = 34.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#679788 (or 0x679788) is known color: Patina. HEX triplet: 67, 97 and 88. RGB value is (103,151,136). Sum of RGB (Red+Green+Blue) = 103+151+136=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #679788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679788 is #986877. Grayscale: #868686. Windows color (decimal): -9988216 or 8951655. OLE color: 8951655.

HSL color Cylindrical-coordinate representation of color #679788: hue angle of 161.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #679788 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 136 -
CMYK 0.32 0 0.10 0.41
HSL 161.25º 0.19% 0.5% -
HSV(B) 161.25º 0.32% 0.59% -
XYZ 21.1 26.79 27.35 -
YUV 134.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 103 151 136 0.32 0 0.10 0.41 161.25 0.19 0.5
Hex 67 97 88 20 0 A 29 A1 13 32
Octal 147 227 210 40 0 12 51 241 23 62
Binary 1100111 10010111 10001000 100000 0 1010 101001 10100001 10011 110010

Color Harmonies of #679788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679788

Black with #679788

Text Example


Text Example

White with #679788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679788; }

 p { color: rgb(103,151,136); }

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

background-color css

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

 a { background-color: rgb(103,151,136); }

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

border-color css

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

 span { border-color: rgb(103,151,136); }

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