Html Css Color HEX #679785 Patina

📋 copy color: '#679785'

red 103 ◦ green 151 ◦ blue 133

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

Shades of Patina #679785

Tints of Patina #679785

RGB

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

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

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

R = 26.61%
G = 39.02%
B = 34.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#679785 (or 0x679785) is known color: Patina. HEX triplet: 67, 97 and 85. RGB value is (103,151,133). Sum of RGB (Red+Green+Blue) = 103+151+133=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #679785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679785 is #98687A. Grayscale: #868686. Windows color (decimal): -9988219 or 8755047. OLE color: 8755047.

HSL color Cylindrical-coordinate representation of color #679785: hue angle of 157.5º 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 #679785 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 133 -
CMYK 0.32 0 0.12 0.41
HSL 157.5º 0.19% 0.5% -
HSV(B) 157.5º 0.32% 0.59% -
XYZ 20.89 26.71 26.24 -
YUV 134.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 103 151 133 0.32 0 0.12 0.41 157.5 0.19 0.5
Hex 67 97 85 20 0 C 29 9E 13 32
Octal 147 227 205 40 0 14 51 236 23 62
Binary 1100111 10010111 10000101 100000 0 1100 101001 10011110 10011 110010

Color Harmonies of #679785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679785

Black with #679785

Text Example


Text Example

White with #679785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679785; }

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

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

background-color css

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

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

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

border-color css

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

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

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