Html Css Color HEX #679286 Patina

📋 copy color: '#679286'

red 103 ◦ green 146 ◦ blue 134

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

Shades of Patina #679286

Tints of Patina #679286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 26.89%
G = 38.12%
B = 34.99%

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

#679286 (or 0x679286) is known color: Patina. HEX triplet: 67, 92 and 86. RGB value is (103,146,134). Sum of RGB (Red+Green+Blue) = 103+146+134=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #679286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679286 is #986D79. Grayscale: #838383. Windows color (decimal): -9989498 or 8819303. OLE color: 8819303.

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

Color convert

RGB 103 146 134 -
CMYK 0.29 0 0.08 0.43
HSL 163.26º 0.17% 0.49% -
HSV(B) 163.26º 0.29% 0.57% -
XYZ 20.18 25.16 26.35 -
YUV 131.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 103 146 134 0.29 0 0.08 0.43 163.26 0.17 0.49
Hex 67 92 86 1D 0 8 2B A3 11 31
Octal 147 222 206 35 0 10 53 243 21 61
Binary 1100111 10010010 10000110 11101 0 1000 101011 10100011 10001 110001

Color Harmonies of #679286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679286

Black with #679286

Text Example


Text Example

White with #679286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679286; }

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

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

background-color css

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

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

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

border-color css

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

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

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