Html Css Color HEX #679185 Patina

📋 copy color: '#679185'

red 103 ◦ green 145 ◦ blue 133

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

Shades of Patina #679185

Tints of Patina #679185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 27.03%
G = 38.06%
B = 34.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#679185 (or 0x679185) is known color: Patina. HEX triplet: 67, 91 and 85. RGB value is (103,145,133). Sum of RGB (Red+Green+Blue) = 103+145+133=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #679185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679185 is #986E7A. Grayscale: #838383. Windows color (decimal): -9989755 or 8753511. OLE color: 8753511.

HSL color Cylindrical-coordinate representation of color #679185: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #679185 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 133 -
CMYK 0.29 0 0.08 0.43
HSL 162.86º 0.17% 0.49% -
HSV(B) 162.86º 0.29% 0.57% -
XYZ 19.95 24.83 25.93 -
YUV 131.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 103 145 133 0.29 0 0.08 0.43 162.86 0.17 0.49
Hex 67 91 85 1D 0 8 2B A3 11 31
Octal 147 221 205 35 0 10 53 243 21 61
Binary 1100111 10010001 10000101 11101 0 1000 101011 10100011 10001 110001

Color Harmonies of #679185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679185

Black with #679185

Text Example


Text Example

White with #679185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679185; }

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

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

background-color css

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

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

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

border-color css

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

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

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