Html Css Color HEX #679287 Patina

📋 copy color: '#679287'

red 103 ◦ green 146 ◦ blue 135

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

Shades of Patina #679287

Tints of Patina #679287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 26.82%
G = 38.02%
B = 35.16%

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

#679287 (or 0x679287) is known color: Patina. HEX triplet: 67, 92 and 87. RGB value is (103,146,135). Sum of RGB (Red+Green+Blue) = 103+146+135=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #679287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679287 is #986D78. Grayscale: #838383. Windows color (decimal): -9989497 or 8884839. OLE color: 8884839.

HSL color Cylindrical-coordinate representation of color #679287: hue angle of 164.65º 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 #679287 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 135 -
CMYK 0.29 0 0.08 0.43
HSL 164.65º 0.17% 0.49% -
HSV(B) 164.65º 0.29% 0.57% -
XYZ 20.25 25.19 26.72 -
YUV 131.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 103 146 135 0.29 0 0.08 0.43 164.65 0.17 0.49
Hex 67 92 87 1D 0 8 2B A5 11 31
Octal 147 222 207 35 0 10 53 245 21 61
Binary 1100111 10010010 10000111 11101 0 1000 101011 10100101 10001 110001

Color Harmonies of #679287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679287

Black with #679287

Text Example


Text Example

White with #679287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679287; }

 p { color: rgb(103,146,135); }

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

background-color css

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

 a { background-color: rgb(103,146,135); }

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

border-color css

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

 span { border-color: rgb(103,146,135); }

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